コード例 #1
0
 public async Task<IActionResult> Delete(Guid id)
 {
     return _actionResultConverter.Convert(await _friendService.Delete(id));
 }