예제 #1
0
 public System.Threading.Tasks.Task RegisterSalidaProductAsync(CapaGUI.WebServiceProducto.RegistraSalidaProducto RegistrarSalida)
 {
     return(base.Channel.RegisterSalidaProductAsync(RegistrarSalida));
 }
예제 #2
0
 public void RegisterSalidaProduct(CapaGUI.WebServiceProducto.RegistraSalidaProducto RegistrarSalida)
 {
     base.Channel.RegisterSalidaProduct(RegistrarSalida);
 }