Beispiel #1
0
 public EFApproachesSostav(EFDbContext db)
 {
     this.db = db;
 }
Beispiel #2
0
 public EFWagonsTracking(EFDbContext db)
 {
     this.db = db;
 }
Beispiel #3
0
 public EFArrivalSostav(EFDbContext db)
 {
     this.db = db;
 }
Beispiel #4
0
 public EFConsignee(EFDbContext db)
 {
     this.db = db;
 }
Beispiel #5
0
 public EFApproachesCars(EFDbContext db)
 {
     this.db = db;
 }