Example #1
0
 public RentFilmViewModel(FILM film, PERSONNESFILM realisateur, char type, String message)
 {
     this.film = film;
     this.type = type;
     this.message = message;
     this.realisateur = realisateur;
 }
Example #2
0
 public RentFilmViewModel(LOCATION location, PERSONNESFILM realisateur, char type, String message)
 {
     this.location = location;
     this.type = type;
     this.message = message;
     this.realisateur = realisateur;
 }