コード例 #1
0
 public EfReportRepository()
 {
     Context = new EfDbContext();
 }
コード例 #2
0
 public EfCurrentFile()
 {
     Context = new EfDbContext();
 }
コード例 #3
0
 public EfLetterRepository()
 {
     Context = new EfDbContext();
 }