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