示例#1
0
 public UserAccountService()
 {
     dbContext = new LaundryEntities();
 }
示例#2
0
 public PricingService()
 {
     dbContext = new LaundryEntities();
 }
示例#3
0
 public OrderService()
 {
     dbContext = new LaundryEntities();
 }