Example #1
0
 public EFTanksLog()
 {
     this.db = new EFTDbContext();
 }
Example #2
0
 public EFTanksLog(EFTDbContext db)
 {
     this.db = db;
 }