Example #1
0
 public ArtistDetails()
 {
     Images    = new List <Image>();
     Tags      = new TagList();
     Biography = new Biography();
     Band      = new Band();
 }
Example #2
0
 public void Setup()
 {
     _subject = new Biography();
 }