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