Exemplo n.º 1
0
 public StockTakeReportController(farroContext context)
 {
     _context = context;
 }
 public WholesaleCategoryDailyReportController(farroContext context)
 {
     this._context = context;
 }
Exemplo n.º 3
0
 public SalesSubCategoryReportController(farroContext context)
 {
     this._context = context;
 }
 public SalesHourlyReportController(farroContext context)
 {
     this._context = context;
 }
Exemplo n.º 5
0
 public DealerController(farroContext context)
 {
     _context = context;
 }
Exemplo n.º 6
0
 public SalesPaymentReportController(farroContext context)
 {
     this._context = context;
 }
Exemplo n.º 7
0
 public SalesBranchReportController(farroContext context)
 {
     this._context = context;
 }
 public SalesItemReportController(farroContext context
                                  )
 {
     this._context = context;
 }
 public SalesInvoiceItemController(farroContext context)
 {
     this._context = context;
 }
Exemplo n.º 10
0
 public BranchController(farroContext context)
 {
     this._context = context;
 }
Exemplo n.º 11
0
 public DashboardController(farroContext context)
 {
     _context = context;
 }
Exemplo n.º 12
0
 public ItemController(farroContext context)
 {
     this._context = context;
 }
 public SalesCategoryController(farroContext context)
 {
     this._context = context;
 }
 public LoginController(farroContext context)
 {
     this._context = context;
 }
Exemplo n.º 15
0
 public SalesPersonController(farroContext context)
 {
     this._context = context;
 }
Exemplo n.º 16
0
 public WholesaleItemDailyReportController(farroContext context)
 {
     this._context = context;
 }
 public ItemReportController(farroContext context)
 {
     _context = context;
 }
Exemplo n.º 18
0
 public SupplierController(farroContext context)
 {
     this.context = context;
 }
 public s8drController(farroContext context)
 {
     _context = context;
 }