示例#1
0
 private void UpdateBlogDB(string postType, string fileName)
 {
     blog.UpdatePostCount(postType);
     blog.UpdateProgress();
     files.AddFileToDb(fileName);
 }
示例#2
0
 private void AddTextToDb(TumblrPost downloadItem)
 {
     files.AddFileToDb(PostId(downloadItem), downloadItem.Filename);
 }