Exemplo n.º 1
0
 internal IEnumerable <Knight> GetAllKnightsByCastleId(int id)
 {
     return(_repo.GetAllKnightsByCastleid(id));
 }