Beispiel #1
0
 public bool Delete(CorePlus.P2P.Server.WxAccountService.WxAccountEntity entity)
 {
     CorePlus.P2P.Server.WxAccountService.DeleteRequest inValue = new CorePlus.P2P.Server.WxAccountService.DeleteRequest();
     inValue.Body        = new CorePlus.P2P.Server.WxAccountService.DeleteRequestBody();
     inValue.Body.entity = entity;
     CorePlus.P2P.Server.WxAccountService.DeleteResponse retVal = ((CorePlus.P2P.Server.WxAccountService.WxAccountServiceSoap)(this)).Delete(inValue);
     return(retVal.Body.DeleteResult);
 }
Beispiel #2
0
 public GetByIdResponseBody(CorePlus.P2P.Server.WxAccountService.WxAccountEntity GetByIdResult)
 {
     this.GetByIdResult = GetByIdResult;
 }
Beispiel #3
0
 public DeleteRequestBody(CorePlus.P2P.Server.WxAccountService.WxAccountEntity entity)
 {
     this.entity = entity;
 }