예제 #1
0
 public List <Player> GetPlayersWithoutGang()
 {
     return(_iplayerContext.GetPlayersWithoutGang());
 }