public List <Permiso> GetAll() { return(moduloAdapter.GetAll()); }
public List <ModuloUsuario> GetAll() { return(ModuloUsuarioData.GetAll()); }