示例#1
0
 public ErrorLogsController(AdventureWorksDemoContext context)
 {
     _context = context;
 }
示例#2
0
 public AddressesController(AdventureWorksDemoContext context)
 {
     _context = context;
 }
 public ProductDescriptionsController(AdventureWorksDemoContext context)
 {
     _context = context;
 }
示例#4
0
 public ProductsController(AdventureWorksDemoContext context)
 {
     _context = context;
 }
 public SalesOrderDetailsController(AdventureWorksDemoContext context)
 {
     _context = context;
 }
 public BuildVersionsController(AdventureWorksDemoContext context)
 {
     _context = context;
 }
示例#7
0
 public CustomersController(AdventureWorksDemoContext context)
 {
     _context = context;
 }