public EfReportRepository()
 {
     Context = new EfDbContext();
 }
Exemple #2
0
 public EfCurrentFile()
 {
     Context = new EfDbContext();
 }
Exemple #3
0
 public EfLetterRepository()
 {
     Context = new EfDbContext();
 }