Exemplo n.º 1
0
 public SelectPaggingResponse(SGI.Proxy.Services.EmpleadoServices.EntityEmpleadoPaginacion[] SelectPaggingResult, SGI.Proxy.Services.EmpleadoServices.EntityEmpleadoPaginacion oEntityEmpleadoPaginacion)
 {
     this.SelectPaggingResult       = SelectPaggingResult;
     this.oEntityEmpleadoPaginacion = oEntityEmpleadoPaginacion;
 }
Exemplo n.º 2
0
 public SGI.Proxy.Services.EmpleadoServices.EntityEmpleadoPaginacion[] SelectPagging(ref SGI.Proxy.Services.EmpleadoServices.EntityEmpleadoPaginacion oEntityEmpleadoPaginacion)
 {
     SGI.Proxy.Services.EmpleadoServices.SelectPaggingRequest inValue = new SGI.Proxy.Services.EmpleadoServices.SelectPaggingRequest();
     inValue.oEntityEmpleadoPaginacion = oEntityEmpleadoPaginacion;
     SGI.Proxy.Services.EmpleadoServices.SelectPaggingResponse retVal = ((SGI.Proxy.Services.EmpleadoServices.IEmpleadoServices)(this)).SelectPagging(inValue);
     oEntityEmpleadoPaginacion = retVal.oEntityEmpleadoPaginacion;
     return(retVal.SelectPaggingResult);
 }
Exemplo n.º 3
0
 public SelectPaggingRequest(SGI.Proxy.Services.EmpleadoServices.EntityEmpleadoPaginacion oEntityEmpleadoPaginacion)
 {
     this.oEntityEmpleadoPaginacion = oEntityEmpleadoPaginacion;
 }