Example #1
0
        public async Task Add()
        {
            await FacultyService.AddAsync(Current).ConfigureAwait(false);

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

            StateHasChanged();
        }