Movies are editable as well

This commit is contained in:
2019-01-23 20:22:25 +01:00
parent 11b51493fe
commit ecadd21228
16 changed files with 678 additions and 19 deletions

View File

@ -23,6 +23,7 @@ namespace Vidly.Models
public DbSet<Customer> Customers { get; set; }
public DbSet<Movie> Movies { get; set; }
public DbSet<MembershipType> MembershipTypes { get; set; }
public DbSet<MovieGenre> MovieGenres { get; set; }
public ApplicationDbContext()
// : base("DefaultConnection", throwIfV1Schema: false)