public EfReportRepository()
 {
     Context = new EfDbContext();
 }
Esempio n. 2
0
 public EfCurrentFile()
 {
     Context = new EfDbContext();
 }
Esempio n. 3
0
 public EfLetterRepository()
 {
     Context = new EfDbContext();
 }