Exemplo n.º 1
0
 public PedidoManipulation()
 {
     connection = new DBConnection();
 }
Exemplo n.º 2
0
 public CommonColumns(string tabela, string colunaId)
 {
     _tabela     = tabela;
     _colunaId   = colunaId;
     _connection = new DBConnection();
 }
Exemplo n.º 3
0
 public CarrinhoManipulation()
 {
     connection = new DBConnection();
 }