예제 #1
0
 public async Task <Item[]> GetAllItems(Guid playerId)
 {
     return(await _mongoDBRepository.GetAllItems(playerId));
 }