Exemple #1
0
 public int buscaCodPagamento(string tipo)
 {
     return(pagamentoDao.retorna_codPag_fornecendoTipo(tipo));
 }