Révision fff89fc5 GES_PAC/Model/SerieAnimal.cs
GES_PAC/Model/SerieAnimal.cs | ||
---|---|---|
20 | 20 |
Mesures = []; |
21 | 21 |
Comportements = []; |
22 | 22 |
} |
23 |
|
|
24 |
public int GetMeasureCount() |
|
25 |
{ |
|
26 |
return Mesures.Count(); |
|
27 |
} |
|
28 |
|
|
29 |
internal void AddMeasure(Mesure newMeasure) |
|
30 |
{ |
|
31 |
Mesures.Add(newMeasure); |
|
32 |
} |
|
23 | 33 |
} |
24 | 34 |
} |
Formats disponibles : Unified diff