Exemple #1
0
        public async Task <ServiceActionResult> GetUserDetails(string[] userIds)
        {
            var result = await _steamService.GetPlayersAsync(userIds);

            return(ServiceActionResultFactory.Create(result));
        }