摘要:
笔记 如果报错如下: BrowserModule has already been loaded. If you need access to common directives such as NgIf and NgFor from a lazy loaded module, import Com 阅读全文
摘要:
参考 https://aspnetboilerplate.com/Pages/Documents/EventBus-Domain-Events EventBus The EventBus is a singleton object that is shared by other classes to 阅读全文
摘要:
地址 https://aspnetboilerplate.com/Pages/Documents/Domain-Services#introduction 1.介绍: 领域服务(只是DDD领域中的服务)通常用来执行领域操作或业务规则。 The operation relates to a domai 阅读全文