示例#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;
 }