public ProductService(BusinessLogicDbContext dbContext) { _dbContext = dbContext; }
public ClientService(BusinessLogicDbContext dbContext) { _dbContext = dbContext; }
public ProviderService(BusinessLogicDbContext dbContext) { _dbContext = dbContext; }
public BuyService(BusinessLogicDbContext dbContext) { _dbContext = dbContext; }
public UserService( BusinessLogicDbContext businessLogicDbContext) { _businessLogicDbContext = businessLogicDbContext; }