Beispiel #1
0
 public UserService(LaunderyContext db)
 {
     this.db = db;
 }
Beispiel #2
0
 public EmailServices(LaunderyContext db)
 {
     this.db = db;
 }
 public ReservationLaunderyService(LaunderyContext db)
 {
     this.db = db;
 }
 public NewsService(LaunderyContext db)
 {
     this.db = db;
 }
 public AdminService(LaunderyContext db)
 {
     this.db = db;
 }