Beispiel #1
0
 public IEnumerable <MovimentacaoDocumentoTipo> Fetch(MovimentacaoDocumentoTipo entity)
 {
     return(DataHelper.List <MovimentacaoDocumentoTipo>("PR_MOVIMENTACAO_TIPO_DOCUMENTO_CONSULTAR",
                                                        new SqlParameter("@ds_tipo_documento_movimentacao", entity.Descricao),
                                                        new SqlParameter("@id_tipo_documento_movimentacao", entity.Id)
                                                        ));
 }
Beispiel #2
0
 public int Save(MovimentacaoDocumentoTipo entity)
 {
     throw new NotImplementedException();
 }
Beispiel #3
0
 public IEnumerable <MovimentacaoDocumentoTipo> FetchGrid(MovimentacaoDocumentoTipo entity, DateTime since, DateTime until)
 {
     throw new NotImplementedException();
 }
Beispiel #4
0
 public IEnumerable <MovimentacaoDocumentoTipo> FetchForGrid(MovimentacaoDocumentoTipo entity)
 {
     throw new NotImplementedException();
 }