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