Ejemplo n.º 1
0
 public IEnumerable <Employer> GetAll()
 {
     return(_employerRepository.All());
 }