예제 #1
0
        public async Task <Item[]> GetItems(string playerId)
        {
            Guid g = Guid.Parse(playerId);

            return(await _IRepo.GetAllItems(g));
        }