Exemplo n.º 1
0
 public SelectPaggingResponse(SGI.Proxy.Services.EmpresaServices.EntityEmpresaPaginacion[] SelectPaggingResult, SGI.Proxy.Services.EmpresaServices.EntityEmpresaPaginacion oEntityEmpresaPaginacion)
 {
     this.SelectPaggingResult      = SelectPaggingResult;
     this.oEntityEmpresaPaginacion = oEntityEmpresaPaginacion;
 }
Exemplo n.º 2
0
 public SGI.Proxy.Services.EmpresaServices.EntityEmpresaPaginacion[] SelectPagging(ref SGI.Proxy.Services.EmpresaServices.EntityEmpresaPaginacion oEntityEmpresaPaginacion)
 {
     SGI.Proxy.Services.EmpresaServices.SelectPaggingRequest inValue = new SGI.Proxy.Services.EmpresaServices.SelectPaggingRequest();
     inValue.oEntityEmpresaPaginacion = oEntityEmpresaPaginacion;
     SGI.Proxy.Services.EmpresaServices.SelectPaggingResponse retVal = ((SGI.Proxy.Services.EmpresaServices.IEmpresaServices)(this)).SelectPagging(inValue);
     oEntityEmpresaPaginacion = retVal.oEntityEmpresaPaginacion;
     return(retVal.SelectPaggingResult);
 }
Exemplo n.º 3
0
 public SelectPaggingRequest(SGI.Proxy.Services.EmpresaServices.EntityEmpresaPaginacion oEntityEmpresaPaginacion)
 {
     this.oEntityEmpresaPaginacion = oEntityEmpresaPaginacion;
 }