Révision 9601eaf0 GES_PAC/Model/Comportement.cs
GES_PAC/Model/Comportement.cs | ||
---|---|---|
11 | 11 |
public Comportement(DateTime Time, TypeComportement Type, string Commentaire) |
12 | 12 |
{ |
13 | 13 |
this.Time = Time; |
14 |
this.Type = Type ?? TypeComportement.AUTRE;
|
|
14 |
this.Type = Type; |
|
15 | 15 |
this.Commentaire = Commentaire; |
16 | 16 |
} |
17 | 17 |
} |
Formats disponibles : Unified diff