示例#1
0
 async public Task <string> CreateClaim(MitchellClaimType claim)
 {
     return(await _claimsRepository.AddAsync(claim));
 }