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