Beispiel #1
0
 public AchievementsController(XApiService xApiService, SteamApiService steamApiService, ConfigurationTokenService configurationService)
 {
     _xApiService          = xApiService;
     _steamApiService      = steamApiService;
     _configurationService = configurationService;
 }
Beispiel #2
0
 public UserInformationController(SteamApiService api)
 {
     steamApi = api;
 }
Beispiel #3
0
 public InventoryAndItemsApiController(SteamApiService api)
 {
     steamApi = api;
 }