Esempio n. 1
0
 internal IEnumerable <Knight> getKnights(int id)
 {
     return(_repo.getKnightsByCastle(id));
 }