Beispiel #1
0
 public EFSAP_Buffer()
 {
     this.db = new EFDbContext();
 }
Beispiel #2
0
 public EFTanks_kerosene()
 {
     this.db = new EFDbContext();
 }
Beispiel #3
0
 public EFSAP_Buffer(EFDbContext db)
 {
     this.db = db;
 }
Beispiel #4
0
 public EFFuelSale()
 {
     this.db = new EFDbContext();
 }
Beispiel #5
0
 public EFTanks_kerosene(EFDbContext db)
 {
     this.db = db;
 }
Beispiel #6
0
 public EFTanks_dt(EFDbContext db)
 {
     this.db = db;
 }
Beispiel #7
0
 public EFDaily_Accounting_Detali_Report(EFDbContext db)
 {
     this.db = db;
 }
Beispiel #8
0
        public EFReceivingFuel()
        {

            this.db = new EFDbContext();
        }
Beispiel #9
0
 public EFGunsCnts(EFDbContext db)
 {
     this.db = db;
 }
Beispiel #10
0
 public EFDaily_Report()
 {
     this.db = new EFDbContext();
 }
Beispiel #11
0
        public EFReceivingFuel(EFDbContext db)
        {

            this.db = db;
        }
Beispiel #12
0
 public EFDaily_Report(EFDbContext db)
 {
     this.db = db;
 }
Beispiel #13
0
 public EFReceivingTanks()
 {
     this.db = new EFDbContext();
 }
Beispiel #14
0
 public EFReceivingTanks(EFDbContext db)
 {
     this.db = db;
 }
Beispiel #15
0
 public EFRemainsTanks(EFDbContext db)
 {
     this.db = db;
 }
Beispiel #16
0
 public EFGunsCnts()
 {
     this.db = new EFDbContext();
 }
Beispiel #17
0
 public EFRemainsTanks()
 {
     this.db = new EFDbContext();
 }
Beispiel #18
0
 public EFTRK_Counters(EFDbContext db)
 {
     this.db = db;
 }
Beispiel #19
0
 public EFTanks_dt()
 {
     this.db = new EFDbContext();
 }
Beispiel #20
0
 public EFTRK_Counters()
 {
     this.db = new EFDbContext();
 }
Beispiel #21
0
 public EFDaily_Accounting_Detali_Report()
 {
     this.db = new EFDbContext();
 }
Beispiel #22
0
 public EFFuelSale(EFDbContext db)
 {
     this.db = db;
 }