Example #1
0
 public CartaoAposta Criar(CartaoAposta cartaoAposta)
 {
     return(TabelaAposta.Criar(cartaoAposta));
 }