Ejemplo n.º 1
0
 public async Task <Player[]> GetAllPlayersWithItemType(int size)
 {
     return(await _mongoDBRepository.GetPlayersWithInvSize(size));
 }