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