예제 #1
0
 public EFProjectRepository()
 {
     _dbContext = new EFDbContext();
 }
예제 #2
0
 public EFErrorRepository()
 {
     _dbContext = new EFDbContext();
 }
예제 #3
0
 public EFUserRepository()
 {
     _dbContext = new EFDbContext();
 }