예제 #1
0
 public IEnumerable <Player> GetPlayersByPosition(string position)
 {
     return(playerStorage.GetPlayersByPosition(position));
 }