Exemple #1
0
 public CheckLedgersController(DatabaseContext context, NAVContext navcontext, IHostingEnvironment hostingEnvironment)
 {
     _navcontext         = navcontext;
     _hostingEnvironment = hostingEnvironment;
 }
 public FixAssetNAVController(DatabaseContext context, NAVContext navcontext, IHostingEnvironment hostingEnvironment)
 {
     _context            = context;
     _navcontext         = navcontext;
     _hostingEnvironment = hostingEnvironment;
 }
Exemple #3
0
 public WHT03Controller(NAVContext navcontext, DatabaseContext context)
 {
     _context    = context;
     _navcontext = navcontext;
 }
Exemple #4
0
 public DocumentBillingsController(NAVContext navcontext, DatabaseContext context)
 {
     _context    = context;
     _navcontext = navcontext;
 }
Exemple #5
0
 public JobJournalLineController(NAVContext navcontext, DatabaseContext context)
 {
     _context    = context;
     _navcontext = navcontext;
 }
Exemple #6
0
 public RentalsController(NAVContext navcontext, DatabaseContext context)
 {
     _context    = context;
     _navcontext = navcontext;
 }
 public PurchaseOrderController(NAVContext navcontext, DatabaseContext context)
 {
     _context    = context;
     _navcontext = navcontext;
 }
Exemple #8
0
 public UserJobController(DatabaseContext context, NAVContext navcontext)
 {
     _context    = context;
     _navcontext = navcontext;
 }
 public StockCHQController(NAVContext navcontext, DatabaseContext context)
 {
     _context    = context;
     _navcontext = navcontext;
 }
Exemple #10
0
 public CheckCostDiffGLsController(NAVContext navcontext, DatabaseContext context)
 {
     _context    = context;
     _navcontext = navcontext;
 }
Exemple #11
0
 public EventsController(DatabaseContext context, NAVContext navcontext)
 {
     _context    = context;
     _navcontext = navcontext;
 }
 public ItemCodesController(NAVContext navcontext, DatabaseContext context)
 {
     _context    = context;
     _navcontext = navcontext;
 }
Exemple #13
0
 public CHQDirectController(NAVContext navcontext, DatabaseContext context)
 {
     _context    = context;
     _navcontext = navcontext;
 }
 public FixAssetStraightController(DatabaseContext context, NAVContext navcontext)
 {
     _context    = context;
     _navcontext = navcontext;
 }
Exemple #15
0
 public ItemLedgerEntrysController(NAVContext navcontext, DatabaseContext context)
 {
     _context    = context;
     _navcontext = navcontext;
 }
 public ValueEntryController(NAVContext navcontext, DatabaseContext context)
 {
     _context    = context;
     _navcontext = navcontext;
 }
Exemple #17
0
 public PostedPurchaseInvoicesController(NAVContext navcontext, DatabaseContext context, IConfiguration config)
 {
     _context    = context;
     _navcontext = navcontext;
     _config     = config;
 }
Exemple #18
0
 public DetailVendorController(NAVContext navcontext, DatabaseContext context)
 {
     _context    = context;
     _navcontext = navcontext;
 }
Exemple #19
0
 public F03ReportsController(NAVContext navcontext, DatabaseContext context)
 {
     _context    = context;
     _navcontext = navcontext;
 }
 public MonitorPurchaseController(NAVContext navcontext, DatabaseContext context)
 {
     _context    = context;
     _navcontext = navcontext;
 }
 public FixAssetListController(NAVContext navcontext, DatabaseContext context)
 {
     _context = context;
     _navcontext = navcontext;
 }
 public JobPlanningLineController(DatabaseContext context, NAVContext navcontext, IHostingEnvironment hostingEnvironment)
 {
     _context            = context;
     _navcontext         = navcontext;
     _hostingEnvironment = hostingEnvironment;
 }
Exemple #23
0
 public CheckGRErrorsController(NAVContext navcontext, DatabaseContext context)
 {
     _context    = context;
     _navcontext = navcontext;
 }
 public OutstandingsController(NAVContext navcontext, DatabaseContext context)
 {
     _context    = context;
     _navcontext = navcontext;
 }