Browse Source

Merge pull request #6814 from abpframework/liangshiwei/doc-patch-1

Fix typo
pull/6841/head
maliming 6 years ago
committed by GitHub
parent
commit
2cfa86eb44
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/zh-Hans/Domain-Driven-Design-Implementation-Guide.md

2
docs/zh-Hans/Domain-Driven-Design-Implementation-Guide.md

@ -1920,7 +1920,7 @@ public class OrganizationAppService : ApplicationService
你可能想知道为什么付款逻辑代码不在`OrganizationManager`中.付款是非常**重要的事情**,我们不能**遗漏任何一次付款**.
它确实非常重要,但是,它不能放到领域服务中.我们可能还**其它用例**来创建组织但不收取任何费用.例如:
它确实非常重要,但是,它不能放到领域服务中.我们可能还**其它用例**来创建组织但不收取任何费用.例如:
* 管理员可以在后台管理系统创建新组织,而无需支付任何费用.
* 后台作业系统导入,集成,同步组织而无需支付费用.

Loading…
Cancel
Save