예제 #1
0
 internal IList <Perfil> ConsultarConFiltros(String condiciones)
 {
     return(oPerfilDao.GetByFilters(condiciones));
 }