Esempio n. 1
0
        public async Task Add()
        {
            await ControlService.AddAsync(Current).ConfigureAwait(false);

            Collection = await ControlService.GetAsync().ConfigureAwait(false);

            StateHasChanged();
        }