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