Ejemplo n.º 1
0
 public List <Dependente> BuscarDependentesPorFicha(int fichaId)
 {
     return(_dependenteService.BuscarDependentesPorFicha(fichaId));
 }