Browse Source
Merge pull request #6814 from abpframework/liangshiwei/doc-patch-1
Fix typo
pull/6841/head
maliming
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
docs/zh-Hans/Domain-Driven-Design-Implementation-Guide.md
|
|
|
@ -1920,7 +1920,7 @@ public class OrganizationAppService : ApplicationService |
|
|
|
|
|
|
|
你可能想知道为什么付款逻辑代码不在`OrganizationManager`中.付款是非常**重要的事情**,我们不能**遗漏任何一次付款**. |
|
|
|
|
|
|
|
它确实非常重要,但是,它不能放到领域服务中.我们可能还又**其它用例**来创建组织但不收取任何费用.例如: |
|
|
|
它确实非常重要,但是,它不能放到领域服务中.我们可能还有**其它用例**来创建组织但不收取任何费用.例如: |
|
|
|
|
|
|
|
* 管理员可以在后台管理系统创建新组织,而无需支付任何费用. |
|
|
|
* 后台作业系统导入,集成,同步组织而无需支付费用. |
|
|
|
|