Exemple #1
0
 public EFErrors(EFDbContext db)
 {
     this.db = db;
 }
Exemple #2
0
 public EFStatusServices(EFDbContext db)
 {
     this.db = db;
 }