Beispiel #1
0
 public Film(FilmEF film)
 {
     this.film = film;
 }
Beispiel #2
0
 public Film(Film f)
 {
     this.film = f.film;
 }