Movies are editable as well
This commit is contained in:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user