Example #1
0
 public BanksController(PartStoreContext context)
 {
     _context = context;
 }
 public PaymentTypesController(PartStoreContext context)
 {
     _context = context;
 }
Example #3
0
 public ItemPartsController(PartStoreContext context)
 {
     _context = context;
 }
Example #4
0
 public PhotosController(PartStoreContext context, IHostingEnvironment Environment)
 {
     _context     = context;
     _environment = Environment;
 }
Example #5
0
 public ModelsController(PartStoreContext context)
 {
     _context = context;
 }
 public OperationsController(PartStoreContext context)
 {
     _context = context;
 }
Example #7
0
 public YearsController(PartStoreContext context)
 {
     _context = context;
 }
Example #8
0
 public AccountsController(PartStoreContext context)
 {
     _context = context;
 }
Example #9
0
 public MakesController(PartStoreContext context)
 {
     _context = context;
 }
Example #10
0
 public InvoicesController(PartStoreContext context)
 {
     _context = context;
 }
Example #11
0
 public SettingsController(PartStoreContext context)
 {
     _context = context;
 }
Example #12
0
 public TransactionsService(PartStoreContext context)
 {
     _context = context;
 }