示例#1
0
 public System.Threading.Tasks.Task <string> CreateClaimAsync(MitchellClaimClient.MitchellClaimServiceReference.ClaimInfo claim)
 {
     return(base.Channel.CreateClaimAsync(claim));
 }
示例#2
0
 public string CreateClaim(MitchellClaimClient.MitchellClaimServiceReference.ClaimInfo claim)
 {
     return(base.Channel.CreateClaim(claim));
 }