public List <Horario> RetrieveAll() { try { return(_crudFactory.RetrieveAll <Horario>()); } catch (TRV_Exception ex) { throw ex; } }
public List <Horario> RetrieveAll() { return(crud.RetrieveAll <Horario>()); }