Example #1
0
        protected override async Task OnInitializedAsync()
        {
            int id = Convert.ToInt32(Id);

            Model = await _repo.Get(EndPoints.ProfessionSectorEndpoint, id);
        }