Exemplo n.º 1
0
 public ApplicationUserManager(IUserStore <ApplicationUser> store)
     : base(store)
 {
     _context = new RentalCarsContext();
 }
Exemplo n.º 2
0
 public CarsRepository()
 {
     _context = new RentalCarsContext();
 }
Exemplo n.º 3
0
 public PaymentHistoryRepository()
 {
     _context = new RentalCarsContext();
 }