Update Part-7.md

pull/4864/head
Halil İbrahim Kalkan 5 years ago
parent 6a2d020d5f
commit d858f3a2c5

@ -67,7 +67,7 @@ Then open the `BookStoreDbContextModelCreatingExtensions` class in the same proj
````csharp
builder.Entity<Author>(b =>
{
b.ToTable(BookStoreConsts.DbTablePrefix + "Books",
b.ToTable(BookStoreConsts.DbTablePrefix + "Authors",
BookStoreConsts.DbSchema);
b.ConfigureByConvention();

Loading…
Cancel
Save