Пример #1
0
 public Player GetById(int id)
 {
     return(_context.Player.FirstOrDefault(PlayerQueries.ExpById(id)));
 }