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

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

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