示例#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;
 }