コード例 #1
0
 public GenericRepository(PricesComparationContext context)
 {
     _context = context;
     dataset  = _context.Set <T>();
 }
コード例 #2
0
 public ProductShopsController(PricesComparationContext context)
 {
     _context = context;
 }
コード例 #3
0
 public SeedingService(PricesComparationContext context)
 {
     _context = context;
 }