コード例 #1
0
ファイル: Reference.cs プロジェクト: gmvs/CARRITOCOMPRAS
 public System.Threading.Tasks.Task <CarritoCompras.Process.PS.ResponseWeb> ModificarPedidoAsync(CarritoCompras.Process.PS.PedidoEntidad entidad)
 {
     return(base.Channel.ModificarPedidoAsync(entidad));
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: gmvs/CARRITOCOMPRAS
 public System.Threading.Tasks.Task <System.Collections.Generic.List <CarritoCompras.Process.PS.PedidoEntidad> > ConsultarPedidoAsync(CarritoCompras.Process.PS.PedidoEntidad entidad)
 {
     return(base.Channel.ConsultarPedidoAsync(entidad));
 }
コード例 #3
0
ファイル: Reference.cs プロジェクト: gmvs/CARRITOCOMPRAS
 public CarritoCompras.Process.PS.ResponseWeb ModificarPedido(CarritoCompras.Process.PS.PedidoEntidad entidad)
 {
     return(base.Channel.ModificarPedido(entidad));
 }
コード例 #4
0
ファイル: Reference.cs プロジェクト: gmvs/CARRITOCOMPRAS
 public System.Collections.Generic.List <CarritoCompras.Process.PS.PedidoEntidad> ConsultarPedido(CarritoCompras.Process.PS.PedidoEntidad entidad)
 {
     return(base.Channel.ConsultarPedido(entidad));
 }