示例#1
0
 public PricingRepository(CareproDbContext context) : base(context)
 {
 }
 public PersonalInformationRepository(CareproDbContext context) : base(context)
 {
 }
 public ScheduleRepository(CareproDbContext context) : base(context)
 {
 }
 public AboutRepository(CareproDbContext context) : base(context)
 {
 }
示例#5
0
 public UnitOfWork(CareproDbContext context, IRepositoryFactory factory)
 {
     _context = context;
     _factory = factory;
 }
示例#6
0
 public UserRepository(CareproDbContext context) : base(context)
 {
 }
 public WorkAbilitiesRepository(CareproDbContext context) : base(context)
 {
 }