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