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