示例#1
0
 public async Task <IActionResult> Delete(long id)
 {
     _dictionaryService.DeleteItemById(id);
     return(Ok());
 }