Beispiel #1
0
 public SelectPaggingResponse(SGI.Proxy.Services.DetallePedidoServices.EntityDetallePedidoPaginacion[] SelectPaggingResult, SGI.Proxy.Services.DetallePedidoServices.EntityDetallePedidoPaginacion oEntityDetallePedidoPaginacion)
 {
     this.SelectPaggingResult            = SelectPaggingResult;
     this.oEntityDetallePedidoPaginacion = oEntityDetallePedidoPaginacion;
 }
Beispiel #2
0
 public SGI.Proxy.Services.DetallePedidoServices.EntityDetallePedidoPaginacion[] SelectPagging(ref SGI.Proxy.Services.DetallePedidoServices.EntityDetallePedidoPaginacion oEntityDetallePedidoPaginacion)
 {
     SGI.Proxy.Services.DetallePedidoServices.SelectPaggingRequest inValue = new SGI.Proxy.Services.DetallePedidoServices.SelectPaggingRequest();
     inValue.oEntityDetallePedidoPaginacion = oEntityDetallePedidoPaginacion;
     SGI.Proxy.Services.DetallePedidoServices.SelectPaggingResponse retVal = ((SGI.Proxy.Services.DetallePedidoServices.IDetallePedidoServices)(this)).SelectPagging(inValue);
     oEntityDetallePedidoPaginacion = retVal.oEntityDetallePedidoPaginacion;
     return(retVal.SelectPaggingResult);
 }
Beispiel #3
0
 public SelectPaggingRequest(SGI.Proxy.Services.DetallePedidoServices.EntityDetallePedidoPaginacion oEntityDetallePedidoPaginacion)
 {
     this.oEntityDetallePedidoPaginacion = oEntityDetallePedidoPaginacion;
 }