Beispiel #1
0
 public EFIncomes()
 {
     this.db = new EFDbContext();
 }
Beispiel #2
0
 public EFCat_Depots()
 {
     this.db = new EFDbContext();
 }
Beispiel #3
0
 public EFIncomes(EFDbContext db)
 {
     this.db = db;
 }
Beispiel #4
0
 public EFCat_Depots(EFDbContext db)
 {
     this.db = db;
 }
Beispiel #5
0
 public EFRemainsTanks()
 {
     this.db = new EFDbContext();
 }
Beispiel #6
0
 public EFRemainsTanks(EFDbContext db)
 {
     this.db = db;
 }
Beispiel #7
0
 public EFCat_OZM()
 {
     this.db = new EFDbContext();
 }
Beispiel #8
0
 public EFCat_OZM(EFDbContext db)
 {
     this.db = db;
 }