Exemple #1
0
 public Movie(string v, TypeGenre comedy)
 {
     this.v      = v;
     this.comedy = comedy;
 }
 public void AddGenre(TypeGenre genre)
 {
     this.Genre.Add(genre);
 }