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