Example #1
0
 public ContentUnFavorited(Content content) {
     Content = content;
 }
 Guid GetId(Content content) {
     var local = content as LocalContent;
     return local == null || local.ContentId == Guid.Empty ? content.Id : local.ContentId;
 }
Example #3
0
 public RecentItemRemoved(Content content) {
     Content = content;
 }