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