public List <Modulo> GetAll() { try { return(ModuloData.GetAll()); } catch (Exception Ex) { Exception ExcepcionManejada = new Exception("Error al recuperar lista de usuarios", Ex); throw ExcepcionManejada; } }
public List <Modulo> GetAll() { return(ModuloData.GetAll()); }
public List <Modulo> GetAll() { ModuloAdapter modulo = new ModuloAdapter(); return(modulo.GetAll()); }