コード例 #1
0
 public async Task <bool> DeleteAsync(Guid id)
 {
     return(await _rewardRepository.DeleteAsync(id));
 }