Ejemplo n.º 1
0
 public EFProjectRepository()
 {
     _dbContext = new EFDbContext();
 }
Ejemplo n.º 2
0
 public EFErrorRepository()
 {
     _dbContext = new EFDbContext();
 }
Ejemplo n.º 3
0
 public EFUserRepository()
 {
     _dbContext = new EFDbContext();
 }