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