Esempio n. 1
0
        public async Task OnGetAsync(int typeId)
        {
            Type = await _jobCompetencyService.GetJobCompetencyTypeById(typeId);

            Competencies = await _jobCompetencyService.GetJobCompetenciesByTypeId(typeId);
        }