예제 #1
0
 public VendedorNeg()
 {
     objVendedorDao = new VendedorDao();
     objVentaDao    = new VentaDao();
 }