コード例 #1
0
 public List <PagamentoBC> ListarProdutos(PagamentoBC p)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public void RemoverProduto(PagamentoBC p)
 {
     throw new NotImplementedException();
 }
コード例 #3
0
 public void CadastrarProduto(PagamentoBC p)
 {
     throw new NotImplementedException();
 }