示例#1
0
 public Task <bool> DeleteNewsItemAsync(int id) =>
 _news.DeleteNewsItemAsync <bool>(id);