Browse Source
Update docs/en/Modules/cms-kit/Blog-System.md
Co-authored-by: İlkay İlknur <ilkay@ilkayilknur.com>
pull/8861/head
Enis Necipoglu
5 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/en/Modules/cms-kit/Blog-System.md
|
|
|
@ -41,7 +41,7 @@ This module follows the [Domain Services Best Practices & Conventions](https://d |
|
|
|
|
|
|
|
- `BlogManager`: Includes some operations for `Blog` aggreate root to keep data consistency. |
|
|
|
- `CreateAsync`: Creates a new `Blog` entity and makes sure slug is used one time. |
|
|
|
- `UpdateAsync`: Updates existing Blog entity and makes sure slug is used one time. |
|
|
|
- `UpdateAsync`: Updates existing `Blog` entity and makes sure slug is used one time. |
|
|
|
- `BlogPostManager`: Includes some operations for `BlogPost` aggreagate root such as creating & updating. |
|
|
|
- `CreateAsync`: Creates a new BlogPost and makes sure slug is used only one time. |
|
|
|
- `SetSlugUrlAsync`: Sets `UrlSlug` property of BlogPost entity and makes sure slug isn't duplicated in same blog. |
|
|
|
|