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

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

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