public ApartmentCleaningRepository(CleanApartmentsDbContext context)
 {
     _context = context;
 }
Example #2
0
 public UserRepository(CleanApartmentsDbContext context)
 {
     _context = context;
 }
 public LocationRepository(CleanApartmentsDbContext context)
 {
     _context = context;
 }