Révision 957b1f34 GES_PAC/Model/Calibration.cs
GES_PAC/Model/Calibration.cs | ||
---|---|---|
1 | 1 |
|
2 |
|
|
2 | 3 |
namespace GES_PAC.Model |
3 | 4 |
{ |
4 | 5 |
public class Calibration |
... | ... | |
34 | 35 |
{ |
35 | 36 |
return Mesures.Select(m => m.Type).Distinct().ToList(); |
36 | 37 |
} |
38 |
|
|
39 |
internal MesureCalibration? getMesureCalibrationByType(TypeCalibration typeCalibration) |
|
40 |
{ |
|
41 |
return Mesures.FirstOrDefault(mc => mc.Type == typeCalibration); |
|
42 |
} |
|
37 | 43 |
} |
38 | 44 |
} |
Formats disponibles : Unified diff