Movies included in database as well and handled in site
This commit is contained in:
@ -21,6 +21,7 @@ namespace Vidly.Models
|
||||
public class ApplicationDbContext : IdentityDbContext<ApplicationUser>
|
||||
{
|
||||
public DbSet<Customer> Customers { get; set; }
|
||||
public DbSet<Movie> Movies { get; set; }
|
||||
|
||||
public ApplicationDbContext()
|
||||
// : base("DefaultConnection", throwIfV1Schema: false)
|
||||
|
||||
Reference in New Issue
Block a user