Exemplo n.º 1
0
 public System.Threading.Tasks.Task <int> UpdateProductoAsync(HitssMVC.ServiceReference.Producto pro)
 {
     return(base.Channel.UpdateProductoAsync(pro));
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <bool> InsertProductoAsync(HitssMVC.ServiceReference.Producto pro)
 {
     return(base.Channel.InsertProductoAsync(pro));
 }
Exemplo n.º 3
0
 public int UpdateProducto(HitssMVC.ServiceReference.Producto pro)
 {
     return(base.Channel.UpdateProducto(pro));
 }
Exemplo n.º 4
0
 public bool InsertProducto(HitssMVC.ServiceReference.Producto pro)
 {
     return(base.Channel.InsertProducto(pro));
 }