예제 #1
0
 public OrderService()
 {
     _dbContext = new NorthwindSlim();
 }
예제 #2
0
 public CustomerService()
 {
     _dbContext = new NorthwindSlim();
 }