Ejemplo n.º 1
0
        public async Task <bool> RemoveBricksetPrimaryUser(string username)
        {
            if (RemoveBricksetUser(username))
            {
                return(await _secureStorageService.ClearBricksetPrimaryUser(username).ConfigureAwait(false));
            }

            return(false);
        }