Saving changes
This commit is contained in:
@@ -19,7 +19,7 @@ public class AlbumContext : DbContext
|
||||
modelBuilder.Entity<Album>()
|
||||
.ToTable("Album");
|
||||
|
||||
modelBuilder.Entity<Album>(entity =>
|
||||
modelBuilder.Entity<Album>(entity =>
|
||||
{
|
||||
entity.HasKey(e => e.Id);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user