Beispiel #1
0
 public Competence GetACompetence(int id)
 {
     return(Competences.Where(c => c.Id == id).First());
 }