예제 #1
0
 /// <summary>
 /// Saves the feed data (not including the Favorites feed) to DataBases.
 /// </summary>
 public static async Task SaveAsync(this IEnumerable <FeedViewModel> feeds)
 {
     await SQLiteService.SaveFeedsInfoAsync(feeds.Select(feed => feed.AbstractInfo()));
 }