public SGI.Proxy.Services.ProductoServices.EntityProducto Update(SGI.Proxy.Services.ProductoServices.EntityProducto oEntityProducto) { return(base.Channel.Update(oEntityProducto)); }
public System.Threading.Tasks.Task <SGI.Proxy.Services.ProductoServices.EntityProducto> UpdateAsync(SGI.Proxy.Services.ProductoServices.EntityProducto oEntityProducto) { return(base.Channel.UpdateAsync(oEntityProducto)); }
public SGI.Proxy.Services.ProductoServices.EntityProducto Insert(SGI.Proxy.Services.ProductoServices.EntityProducto oEntityProducto) { return(base.Channel.Insert(oEntityProducto)); }