Exemplo n.º 1
0
 public SGI.Proxy.Services.ProductoServices.EntityProducto Update(SGI.Proxy.Services.ProductoServices.EntityProducto oEntityProducto)
 {
     return(base.Channel.Update(oEntityProducto));
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <SGI.Proxy.Services.ProductoServices.EntityProducto> UpdateAsync(SGI.Proxy.Services.ProductoServices.EntityProducto oEntityProducto)
 {
     return(base.Channel.UpdateAsync(oEntityProducto));
 }
Exemplo n.º 3
0
 public SGI.Proxy.Services.ProductoServices.EntityProducto Insert(SGI.Proxy.Services.ProductoServices.EntityProducto oEntityProducto)
 {
     return(base.Channel.Insert(oEntityProducto));
 }