source/EduCATS/Pages/Parental/FindGroup/ViewModels/FindGroupPageViewModel.cs
Method openParental
has 31 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
protected async Task openParental()
{
if (string.IsNullOrEmpty(GroupNumber))
{
_service.Dialogs.ShowError(CrossLocalization.Translate("parental_error_empty_group_number"));