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