public ItemRepository() { ShopBridgeContextInstance = new ShopBridgeDBContext(); }
public ProductsService(ShopBridgeDBContext context) { _context = context; }
public EmployeeService(ShopBridgeDBContext context) { _context = context; }
public ItemRepository(ShopBridgeDBContext context) { _context = context; }