示例#1
0
 public async Task CreateAsync(ClaimBase claim)
 {
     await _claimRepository.CreateAsync(claim);
 }