Révision 3fef487c GES_PAC/ViewModel/JourneeViewModel.cs
GES_PAC/ViewModel/JourneeViewModel.cs | ||
---|---|---|
25 | 25 |
public async Task InitAsync() |
26 | 26 |
{ |
27 | 27 |
var journees = await App.Db.Journee |
28 |
.Include(j => j.Responsable) |
|
29 |
.Include(j => j.Lieu) |
|
28 | 30 |
.Include(j => j.Calibrations) |
29 | 31 |
.ThenInclude(c => c.Mesures) |
30 | 32 |
.ThenInclude(m => m.Type) |
... | ... | |
38 | 40 |
.ThenInclude(sa => sa.Comportements) |
39 | 41 |
.ToListAsync(); |
40 | 42 |
|
41 |
|
|
42 | 43 |
foreach (var j in journees) |
43 | 44 |
{ |
44 | 45 |
foreach (var c in j.Calibrations) |
Formats disponibles : Unified diff