Exemple #1
0
 public InventoryService(ICustomSteamClient client)
 {
     _client = client;
 }
 public BadgesService(ICustomSteamClient client, ICardsService cardsService, IInventoryService inventoryService)
 {
     _cardsService     = cardsService;
     _inventoryService = inventoryService;
     _client           = client;
 }