Révision acb5dd8c GES_PAC/Model/Calibration.cs
GES_PAC/Model/Calibration.cs | ||
---|---|---|
28 | 28 |
|
29 | 29 |
public bool IsComplete() |
30 | 30 |
{ |
31 |
return Mesures.Count == 3; |
|
31 |
return Mesures.Select(m => m.Type).Distinct().ToList().Count == 3;
|
|
32 | 32 |
} |
33 | 33 |
|
34 | 34 |
public List<TypeCalibration> GetTypesDone() |
Formats disponibles : Unified diff