Пример #1
0
 private bool CanAddBlog()
 {
     return(BlogFactory.IsValidTumblrBlogUrl(crawlerService.NewBlogUrl));
 }