Example #1
0
 public VendaController()
 {
     appCliente = new AppCliente();
     appVenda   = new AppVenda();
 }
Example #2
0
 public ClienteController()
 {
     appCliente = new AppCliente();
 }