Exemplo n.º 1
0
 public IList <Perfil> ConsultarPerfiles(string condiciones)
 {
     return(oPerfilDao.GetPerfiles(condiciones));
 }