コード例 #1
0
 public async Task <JsonResult> Delete(Guid?id)
 => await JsonAsync(_viewModelService.RemoveViewModelAsync(id));