Example #1
0
        public async Task <IEnumerable <Asset> > GetOwnCurrentAssets(CancellationToken cancellationToken)
        {
            var assets = await _assetManager.GetCurrentAssetsAsync(User.Identity?.Name, cancellationToken);

            return(assets);
        }