Esempio n. 1
0
 public EtudeHasPlageViewModel(EtudeViewModel idEtude, PlageViewModel idPlage, ZoneViewModel idZone, string name_concatenation)
 {
     this.idEtude            = idEtude;
     this.idPlage            = idPlage;
     this.idZone             = idZone;
     this.name_concatenation = name_concatenation;
 }
 public EspeceHasZoneViewModel(EspeceViewModel idEspece, ZoneViewModel idZone, int nombreEspeceZone)
 {
     this.idEspece         = idEspece;
     this.idZone           = idZone;
     this.nombreEspeceZone = nombreEspeceZone;
 }