示例#1
0
 private async Task <bool> IsNewsStored(INewsRepository repository, News news, string city, string author, DateTime date)
 {
     return(await repository.ContainsNewsCheckContent((News.ToNewsBll(news, city, author, date))));
 }