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