Exemple #1
0
 public IEnumerable <Player> Get(int teamId)
 {
     return(_playersRepository.GetByTeam((uint)teamId));
 }