Example #1
0
 public ArtistList()
 {
     ArtistGroup = new ArtistGroup();
 }
Example #2
0
        public override void Combine(IPaged pagedObject)
        {
            ArtistGroup otherArtistList = (ArtistGroup)pagedObject;

            this.Artists.AddRange(otherArtistList.Artists);
        }
Example #3
0
 public ArtistList()
 {
     ArtistGroup = new ArtistGroup();
 }