예제 #1
0
 public SelectPaggingResponse(SGI.Proxy.Services.EmpleadoServices.EntityEmpleadoPaginacion[] SelectPaggingResult, SGI.Proxy.Services.EmpleadoServices.EntityEmpleadoPaginacion oEntityEmpleadoPaginacion)
 {
     this.SelectPaggingResult       = SelectPaggingResult;
     this.oEntityEmpleadoPaginacion = oEntityEmpleadoPaginacion;
 }
예제 #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);
 }
예제 #3
0
 public SelectPaggingRequest(SGI.Proxy.Services.EmpleadoServices.EntityEmpleadoPaginacion oEntityEmpleadoPaginacion)
 {
     this.oEntityEmpleadoPaginacion = oEntityEmpleadoPaginacion;
 }