예제 #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;
 }
예제 #2
0
 public EspeceHasPlageViewModel(EspeceViewModel idEspece, PlageViewModel idPlage, Decimal densite, Decimal populationTotale)
 {
     Thread.CurrentThread.CurrentCulture = CultureInfo.GetCultureInfo("en-US");
     this.idEspece         = idEspece;
     this.idPlage          = idPlage;
     this.densite          = densite;
     this.populationTotale = populationTotale;
 }