Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
只是为我的下一个项目做一些研究,我想知道我们是否应该采用我们的 BLL 并将每个操作克隆到服务合同中?或者我们是否应该编写新方法......?
谢谢
您的最佳选择取决于您希望 BLL 与服务层的耦合程度。松散耦合是强大软件设计的质量指标。出于这个原因,我建议您创建新方法来保持 BLL 松散耦合到您的服务层。