Exemplo n.º 1
0
        public csgo(
            IProfileService profileService,
            ISteamIdService steamIdService
            )

        {
            _profileService = profileService;
            _steamIdService = steamIdService;
        }
Exemplo n.º 2
0
        public Beatsaber(
            IProfileService profileService,
            IBeatSaberIdService beatSaberIdService,
            ISteamIdService steamIdService
            )

        {
            _profileService     = profileService;
            _beatSaberIdService = beatSaberIdService;
            _steamIdService     = steamIdService;
        }