public ProductsAPIController(ISAD251_JWalkerContext context)
 {
     _context = context;
 }
示例#2
0
 public OrdersController(ISAD251_JWalkerContext context)
 {
     _context = context;
 }
示例#3
0
 public CancelOrderController(ISAD251_JWalkerContext context)
 {
     _context = context;
 }