Exemplo n.º 1
0
 public bool IsFeedValid(string title, string publishDate)
 {
     return(feedRepository.IsExist(title, publishDate));
 }