Пример #1
0
 public ServiceProviderTypeRepository(KnarrDbContext context)
 {
     _context = context;
 }
Пример #2
0
 public ServiceServiceTypeRepository(KnarrDbContext context)
 {
     _context = context;
 }
Пример #3
0
 public ServiceReviewRepository(KnarrDbContext context)
 {
     _context = context;
 }
Пример #4
0
 public ServiceLocationRepository(KnarrDbContext context)
 {
     _context = context;
 }
Пример #5
0
 public InactiveDaysRepository(KnarrDbContext context)
 {
     _context = context;
 }
Пример #6
0
 public ClientReviewRepository(KnarrDbContext context)
 {
     _context = context;
 }
Пример #7
0
 public DefaultCalendarRepository(KnarrDbContext context)
 {
     _context = context;
 }
Пример #8
0
 public DistressedUsersRepository(KnarrDbContext context)
 {
     _context = context;
 }
Пример #9
0
 public ServiceRequestRepository(KnarrDbContext context)
 {
     _context = context;
 }
Пример #10
0
 public StateRepository(KnarrDbContext context)
 {
     _context = context;
 }
Пример #11
0
 public ServicePhotoRepository(KnarrDbContext context)
 {
     _context = context;
 }
Пример #12
0
 public ServiceCategoryRepository(KnarrDbContext context)
 {
     _context = context;
 }
Пример #13
0
 public UserDeviceInformationRepository(KnarrDbContext context)
 {
     _context = context;
 }
Пример #14
0
 public UnitOfWork(KnarrDbContext context)
 {
     _context = context;
 }