public SeedData(InventoryModelDbContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public SqlInventoryFunctions(InventoryModelDbContext context)
 {
     _context = context;
 }