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; }
public WHT03Controller(NAVContext navcontext, DatabaseContext context) { _context = context; _navcontext = navcontext; }
public DocumentBillingsController(NAVContext navcontext, DatabaseContext context) { _context = context; _navcontext = navcontext; }
public JobJournalLineController(NAVContext navcontext, DatabaseContext context) { _context = context; _navcontext = navcontext; }
public RentalsController(NAVContext navcontext, DatabaseContext context) { _context = context; _navcontext = navcontext; }
public PurchaseOrderController(NAVContext navcontext, DatabaseContext context) { _context = context; _navcontext = navcontext; }
public UserJobController(DatabaseContext context, NAVContext navcontext) { _context = context; _navcontext = navcontext; }
public StockCHQController(NAVContext navcontext, DatabaseContext context) { _context = context; _navcontext = navcontext; }
public CheckCostDiffGLsController(NAVContext navcontext, DatabaseContext context) { _context = context; _navcontext = navcontext; }
public EventsController(DatabaseContext context, NAVContext navcontext) { _context = context; _navcontext = navcontext; }
public ItemCodesController(NAVContext navcontext, DatabaseContext context) { _context = context; _navcontext = navcontext; }
public CHQDirectController(NAVContext navcontext, DatabaseContext context) { _context = context; _navcontext = navcontext; }
public FixAssetStraightController(DatabaseContext context, NAVContext navcontext) { _context = context; _navcontext = navcontext; }
public ItemLedgerEntrysController(NAVContext navcontext, DatabaseContext context) { _context = context; _navcontext = navcontext; }
public ValueEntryController(NAVContext navcontext, DatabaseContext context) { _context = context; _navcontext = navcontext; }
public PostedPurchaseInvoicesController(NAVContext navcontext, DatabaseContext context, IConfiguration config) { _context = context; _navcontext = navcontext; _config = config; }
public DetailVendorController(NAVContext navcontext, DatabaseContext context) { _context = context; _navcontext = navcontext; }
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; }
public CheckGRErrorsController(NAVContext navcontext, DatabaseContext context) { _context = context; _navcontext = navcontext; }
public OutstandingsController(NAVContext navcontext, DatabaseContext context) { _context = context; _navcontext = navcontext; }