Beispiel #1
0
 public ArtistPicture(Artist artist, Image picture, string description)
     : this(artist, picture) {
     Description = description;
 }
Beispiel #2
0
 public ArtistPicture(Artist artist, Image picture)
     : this(artist.Session) {
     Artist = artist;
     Image = picture;
 }