public OrderService(ESShopContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public ProductService(ESShopContext context)
 {
     _context = context;
 }