OK , Database added
This commit is contained in:
@ -20,6 +20,8 @@ namespace Vidly.Models
|
||||
|
||||
public class ApplicationDbContext : IdentityDbContext<ApplicationUser>
|
||||
{
|
||||
public DbSet<Customer> Customers { get; set; }
|
||||
|
||||
public ApplicationDbContext()
|
||||
: base("DefaultConnection", throwIfV1Schema: false)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user