Exemplo n.º 1
0
 public SousFamillesModel(int RefSousFamille, FamillesModel Famille, string Nom)
 {
     this.RefSousFamille = RefSousFamille;
     this.Famille        = Famille;
     this.Nom            = Nom;
 }
Exemplo n.º 2
0
 public SousFamillesModel(FamillesModel Famille, string Nom)
 {
     this.Famille = Famille;
     this.Nom     = Nom;
 }