Esempio n. 1
0
        public async Task HandleSelectMyUniversityAndFaculty()
        {
            // Show the dialog with the faculties
            var studyGroup = await ModalService.SelectStudyGroup(TextService);

            if (studyGroup != null)
            {
                await EditHomeFaculty(studyGroup.StudyGroupId);
            }
        }