Exemple #1
0
 public ICollection <Locatie> GeefLocatiesAlfabetisch()
 {
     return(Locaties.OrderBy(locatie => locatie.Naam).ToList());
 }