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