Merge pull request #4926 from abpframework/docs-patch-1

Update part-8 document
pull/4961/head
maliming 5 years ago committed by GitHub
commit d73d9fa14c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -489,6 +489,16 @@ namespace Acme.BookStore
}
````
{{if DB=="EF"}}
You can now run the `.DbMigrator` console application to **migrate** the **database schema** and **seed** the initial data.
{{else if DB=="Mongo"}}
You can now run the `.DbMigrator` console application to **seed** the initial data.
{{end}}
## Testing the Author Application Service
Finally, we can write some tests for the `IAuthorAppService`. Add a new class, named `AuthorAppService_Tests` in the `Authors` namespace (folder) of the `Acme.BookStore.Application.Tests` project:

Loading…
Cancel
Save