Exemplo n.º 1
0
 public Employer GetById(string id)
 {
     return(_employerRepository.GetEmployerById(id));
 }