示例#1
0
 public Task <bool> UpdateNewsItemAsync(int id, NewsModel updated) =>
 _news.UpdateNewsItemAsync <bool>(id, updated);