public CashMovTypesController(TuringContext context)
 {
     _context = context;
 }
Esempio n. 2
0
 public StocksController(TuringContext context)
 {
     _context = context;
 }
 public OrderServices(TuringContext context, IShoppingCartServices shoppingCartService)
 {
     _context             = context;
     _shoppingCartService = shoppingCartService;
 }
Esempio n. 4
0
 public BrandsController(TuringContext context)
 {
     _context = context;
 }
 public ProductServices(TuringContext context, ICustomerServices customerServices)
 {
     _context          = context;
     _customerServices = customerServices;
 }
 public CategoriesController(TuringContext context)
 {
     _context = context;
 }
Esempio n. 7
0
 public StockMovTypesController(TuringContext context)
 {
     _context = context;
 }
Esempio n. 8
0
 public ShoppingCartServices(TuringContext context)
 {
     _context = context;
 }
Esempio n. 9
0
 public AttributesServices(TuringContext context)
 {
     Context = context;
 }
Esempio n. 10
0
 public ShippingService(TuringContext context)
 {
     _context = context;
 }
Esempio n. 11
0
 public TaxService(TuringContext context)
 {
     _context = context;
 }
Esempio n. 12
0
 public CategorysServices(TuringContext context)
 {
     _context = context;
 }
 public CustomerServices(TuringContext context)
 {
     _context = context;
 }
Esempio n. 14
0
 public CustomersController(TuringContext context)
 {
     _context = context;
 }
Esempio n. 15
0
 public SellsController(TuringContext context)
 {
     _context = context;
 }
Esempio n. 16
0
 public DepartamentServices(TuringContext context)
 {
     _context = context;
 }
Esempio n. 17
0
 public CashClosesController(TuringContext context)
 {
     _context = context;
 }