コード例 #1
0
 /// <summary>
 /// Saves the favorites feed (the first feed of the feeds list) to local storage.
 /// </summary>
 public static async Task SaveArticlesAsync(this FeedViewModel feedviewmodel)
 {
     await SQLiteService.SaveArticlesInfoAsync(feedviewmodel.Articles.Select(article => article.AbstractInfo()));
 }