Ejemplo n.º 1
0
 public CorePlus.P2P.Server.WxAccountService.WxAccountEntity[] GetAll()
 {
     CorePlus.P2P.Server.WxAccountService.GetAllRequest inValue = new CorePlus.P2P.Server.WxAccountService.GetAllRequest();
     inValue.Body = new CorePlus.P2P.Server.WxAccountService.GetAllRequestBody();
     CorePlus.P2P.Server.WxAccountService.GetAllResponse retVal = ((CorePlus.P2P.Server.WxAccountService.WxAccountServiceSoap)(this)).GetAll(inValue);
     return(retVal.Body.GetAllResult);
 }
Ejemplo n.º 2
0
 CorePlus.P2P.Server.WxAccountService.GetAllResponse CorePlus.P2P.Server.WxAccountService.WxAccountServiceSoap.GetAll(CorePlus.P2P.Server.WxAccountService.GetAllRequest request)
 {
     return(base.Channel.GetAll(request));
 }