public IEnumerable <ObraTipo> Buscar(ObraTipo entity) { return(_repository.Fetch(entity)); }
public IEnumerable <ObraTipo> Fetch(ObraTipo entity) { return(DataHelper.List <ObraTipo>("PR_OBRA_TIPO_CONSULTAR", new SqlParameter("@id_obra_tipo", entity.Id))); }