コード例 #1
0
 public TournamentsApiController(ITournamentsManager tournamentsManager)
 {
     _tournamentsManager = tournamentsManager;
 }