Example #1
0
        protected override async Task OnInitializedAsync()
        {
            Storages = await PhotoService.GetAllStoragesAsync();

            Persons = await PhotoService.GetAllPersonsAsync();

            Tags = await PhotoService.GetAllTagsAsync();

            Paths = await PhotoService.GetAllPathsAsync();
        }