Beispiel #1
0
 public EFRefUnit(EFDbContext db)
 {
     this.db = db;
 }
Beispiel #2
0
 public EFTabRepairs(EFDbContext db)
 {
     this.db = db;
 }
Beispiel #3
0
 public EFRefSystems(EFDbContext db)
 {
     this.db = db;
 }
Beispiel #4
0
 public EFRefOperation(EFDbContext db)
 {
     this.db = db;
 }
Beispiel #5
0
 public EFLnkUDO(EFDbContext db)
 {
     this.db = db;
 }
Beispiel #6
0
 public EFRefDamage(EFDbContext db)
 {
     this.db = db;
 }