コード例 #1
0
 public UserRepository(IHomeHelperDbContext context)
 {
     _context = context;
 }
コード例 #2
0
 public BasketItemRepository(IHomeHelperDbContext context)
 {
     _context = context;
 }
コード例 #3
0
 public MedicamentsRepository(IHomeHelperDbContext context)
 {
     _context = context;
 }
コード例 #4
0
 public FoodRepository(IHomeHelperDbContext context)
 {
     _context = context;
 }
コード例 #5
0
 public RefreshTokenRepository(IHomeHelperDbContext context)
 {
     _context = context;
 }