Exemplo n.º 1
0
 public RentFilmViewModel(FILM film, PERSONNESFILM realisateur, char type, String message)
 {
     this.film        = film;
     this.type        = type;
     this.message     = message;
     this.realisateur = realisateur;
 }
Exemplo n.º 2
0
 public ShowFilmViewModel(FILM film, PERSONNESFILM realisateur, Cote cote, List <FILM> recommendations)
 {
     this.film            = film;
     this.realisateur     = realisateur;
     this.cote            = cote;
     this.recommendations = recommendations;
 }
Exemplo n.º 3
0
 public RentFilmViewModel(LOCATION location, PERSONNESFILM realisateur, char type, String message)
 {
     this.location    = location;
     this.type        = type;
     this.message     = message;
     this.realisateur = realisateur;
 }