Exemplo n.º 1
0
        public IEnumerable <PreparacaoPagamentoTipo> Fatch(PreparacaoPagamentoTipo entity)
        {
            var sqlParameterList = DataHelper.GetSqlParameterList(entity);

            return(DataHelper.List <PreparacaoPagamentoTipo>("PR_TIPO_PREPARACAO_PAGAMENTO_CONSULTAR", sqlParameterList));
        }
Exemplo n.º 2
0
 public IEnumerable <PreparacaoPagamentoTipo> Listar(PreparacaoPagamentoTipo preparacaoPagamentoTipo)
 {
     return(_repository.Fatch(preparacaoPagamentoTipo));
 }