public CustomerService()
 {
     _dbContext = new NorthwindSlimContext();
 }
Esempio n. 2
0
 public OrderService()
 {
     _dbContext = new NorthwindSlimContext();
 }