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