コード例 #1
0
 public PricingRepository(CareproDbContext context) : base(context)
 {
 }
コード例 #2
0
 public PersonalInformationRepository(CareproDbContext context) : base(context)
 {
 }
コード例 #3
0
 public ScheduleRepository(CareproDbContext context) : base(context)
 {
 }
コード例 #4
0
 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)
 {
 }
コード例 #7
0
 public WorkAbilitiesRepository(CareproDbContext context) : base(context)
 {
 }