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

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

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