Example #1
0
 public Don_accepté(Adhérent gestionnaire, Don d) : this(null, gestionnaire, d)
 {
 }
 public Don_Refuse(string motif, Don d) : this(motif, DateTime.Now, d)
 {
 }