Beispiel #1
0
 public WalletsController(SellerPointContext context)
 {
     _context = context;
 }
 public ConfigsController(SellerPointContext context)
 {
     _context = context;
 }
 public EmployeeInfosController(SellerPointContext context)
 {
     _context = context;
 }
 public CouriersController(SellerPointContext context)
 {
     _context = context;
 }
Beispiel #5
0
 //[Obsolete]
 public DealerSalesController(SellerPointContext context, IWebHostEnvironment hostingEnvironment)
 {
     _context            = context;
     _hostingEnvironment = hostingEnvironment;
 }
Beispiel #6
0
 public ProductCategoriesController(SellerPointContext context)
 {
     _context = context;
 }
 public ProductGroupsController(SellerPointContext context)
 {
     _context = context;
 }
Beispiel #8
0
 public WarehousesController(SellerPointContext context)
 {
     _context = context;
 }
 public AccountHeadsController(SellerPointContext context)
 {
     _context = context;
 }
 public PosSalesController(SellerPointContext context)
 {
     _context = context;
 }
 public MyShopsController(SellerPointContext context)
 {
     _context = context;
 }
 public ProductDetailsController(SellerPointContext context)
 {
     _context = context;
 }
 public DamagesController(SellerPointContext context)
 {
     _context = context;
 }
 public SuppliersController(SellerPointContext context)
 {
     _context = context;
 }
Beispiel #15
0
 public UsersController(SellerPointContext context)
 {
     _context = context;
 }
Beispiel #16
0
 public BrandsController(SellerPointContext context)
 {
     _context = context;
 }
Beispiel #17
0
 public PurchasesController(SellerPointContext context)
 {
     _context = context;
 }
Beispiel #18
0
 public CustomersController(SellerPointContext context)
 {
     _context = context;
 }