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