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