Exemple #1
0
 public Theme(Theme theme) : this(theme.Code)
 {
     Libelle     = theme.Libelle;
     Description = theme.Description;
 }