Exemplo n.º 1
0
        public async Task Add()
        {
            await PlanService.AddAsync(Current).ConfigureAwait(false);

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

            StateHasChanged();
        }