Example #1
0
 public ProductSqlService(DbContextRema1000 dbContext)
 {
     _dbContext = dbContext;
 }
Example #2
0
 public SupplierSqlService(DbContextRema1000 dbContext)
 {
     _dbContextRema1000 = dbContext;
 }
Example #3
0
 public ProductCategorySqlService(DbContextRema1000 dbContextRema1000)
 {
     _dbContextRema1000 = dbContextRema1000;
 }