示例#1
0
 public GetTokenResponseBody(VPIService.VolmachtVPITokenWebservice.CasResult GetTokenResult, string token)
 {
     this.GetTokenResult = GetTokenResult;
     this.token          = token;
 }
示例#2
0
 public RemoveTokenResponseBody(VPIService.VolmachtVPITokenWebservice.CasResult RemoveTokenResult)
 {
     this.RemoveTokenResult = RemoveTokenResult;
 }