Beispiel #1
0
 public async Task <int> GetLayerUnlockableItemCountAsync(int layerId)
 {
     VerifyManagementPermission();
     return(await _avatarItemRepository.GetLayerUnlockableItemCountAsync(layerId));
 }