Exemplo n.º 1
0
 internal IList <Perfil> ConsultarConFiltros(String condiciones)
 {
     return(oPerfilDao.GetByFilters(condiciones));
 }