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