Пример #1
0
 public Score GetScoreById(int id)
 {
     return(_connector.GetScoreById(id));
 }