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