Exemplo n.º 1
0
 public WalletsController(SellerPointContext context)
 {
     _context = context;
 }
Exemplo n.º 2
0
 public ConfigsController(SellerPointContext context)
 {
     _context = context;
 }
 public EmployeeInfosController(SellerPointContext context)
 {
     _context = context;
 }
Exemplo n.º 4
0
 public CouriersController(SellerPointContext context)
 {
     _context = context;
 }
Exemplo n.º 5
0
 //[Obsolete]
 public DealerSalesController(SellerPointContext context, IWebHostEnvironment hostingEnvironment)
 {
     _context            = context;
     _hostingEnvironment = hostingEnvironment;
 }
Exemplo n.º 6
0
 public ProductCategoriesController(SellerPointContext context)
 {
     _context = context;
 }
 public ProductGroupsController(SellerPointContext context)
 {
     _context = context;
 }
Exemplo n.º 8
0
 public WarehousesController(SellerPointContext context)
 {
     _context = context;
 }
 public AccountHeadsController(SellerPointContext context)
 {
     _context = context;
 }
Exemplo n.º 10
0
 public PosSalesController(SellerPointContext context)
 {
     _context = context;
 }
Exemplo n.º 11
0
 public MyShopsController(SellerPointContext context)
 {
     _context = context;
 }
 public ProductDetailsController(SellerPointContext context)
 {
     _context = context;
 }
Exemplo n.º 13
0
 public DamagesController(SellerPointContext context)
 {
     _context = context;
 }
Exemplo n.º 14
0
 public SuppliersController(SellerPointContext context)
 {
     _context = context;
 }
Exemplo n.º 15
0
 public UsersController(SellerPointContext context)
 {
     _context = context;
 }
Exemplo n.º 16
0
 public BrandsController(SellerPointContext context)
 {
     _context = context;
 }
Exemplo n.º 17
0
 public PurchasesController(SellerPointContext context)
 {
     _context = context;
 }
Exemplo n.º 18
0
 public CustomersController(SellerPointContext context)
 {
     _context = context;
 }