Example #1
0
        public IEnumerable <PreparacaoPagamentoTipo> Fatch(PreparacaoPagamentoTipo entity)
        {
            var sqlParameterList = DataHelper.GetSqlParameterList(entity);

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