Example #1
0
 public UnifiedCommentContract(Comment comment, ContentLanguagePreference languagePreference)
     : base(comment)
 {
     Entry        = new EntryWithImageContract(comment.Entry, GetMime(comment.Entry), languagePreference);
     ArtistString = GetArtistString(comment.Entry, languagePreference);
     SongThumbUrl = GetSongThumbUrl(comment.Entry);
 }
		public UnifiedCommentContract(Comment comment, ContentLanguagePreference languagePreference)
			: base(comment) {

			Entry = new EntryWithImageContract(comment.Entry, GetMime(comment.Entry), languagePreference);
			ArtistString = GetArtistString(comment.Entry, languagePreference);
			SongThumbUrl = GetSongThumbUrl(comment.Entry);

		}