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