Exemplo n.º 1
0
 public AdminService(LaunderyContext db)
 {
     this.db = db;
 }
Exemplo n.º 2
0
 public UserService(LaunderyContext db)
 {
     this.db = db;
 }
Exemplo n.º 3
0
 public EmailServices(LaunderyContext db)
 {
     this.db = db;
 }
Exemplo n.º 4
0
 public NewsService(LaunderyContext db)
 {
     this.db = db;
 }