Ejemplo n.º 1
0
 public FollowedArtistList()
 {
     ArtistItems = new ArtistItems();
 }
Ejemplo n.º 2
0
        public override void Combine(IPaged pagedObject)
        {
            ArtistItems otherArtistList = (ArtistItems)pagedObject;

            this.Items.AddRange(otherArtistList.Items);
        }
Ejemplo n.º 3
0
 public FollowedArtistList()
 {
     ArtistItems = new ArtistItems();
 }