コード例 #1
0
 public ProductsController(IHostingEnvironment env, DeerflyPatchesContext context)
 {
     _context = context;
     _env     = env;
 }
コード例 #2
0
 public OrderDetailsController(DeerflyPatchesContext context)
 {
     _context = context;
 }
コード例 #3
0
 public AddressesController(DeerflyPatchesContext context)
 {
     _context = context;
 }
コード例 #4
0
 public CustomersController(DeerflyPatchesContext context)
 {
     _context = context;
 }
コード例 #5
0
 public HomeController(DeerflyPatchesContext context)
 {
     _context = context;
 }