Ejemplo n.º 1
0
 public int NuevoPedido()
 {
     CADPedidos aux = new CADPedidos();
     return aux.NuevoPedido(this);//Si es OK devuelve el ID
 }