public ClassSchoolYearsChildEndpointSelector this[Guid classId] => childEndpointFactory.CreateChildEndpointSelector <ClassSchoolYearsChildEndpointSelector>(basePath + $"/{classId}");
public ClassSchoolYearSubjectStudentsChildEndpointSelector this[Guid studentId] => childEndpointFactory.CreateChildEndpointSelector <ClassSchoolYearSubjectStudentsChildEndpointSelector>( baseUrl + $"/{studentId}");
public SubjectsChildEndpointSelector this[Guid subjectId] => childEndpointFactory.CreateChildEndpointSelector <SubjectsChildEndpointSelector>(BasePath + $"/{subjectId}");
public AnswersChildEndpointSelector this[Guid answerId] => childEndpointFactory.CreateChildEndpointSelector <AnswersChildEndpointSelector>(basePath + $"/{answerId}");
public SolutionsChildEndpointSelector this[Guid solutionId] => childEndpointFactory.CreateChildEndpointSelector <SolutionsChildEndpointSelector>( basePath + $"/{solutionId}");
public HomeworksChildEndpointSelector this[Guid homeworkId] => childEndpointFactory.CreateChildEndpointSelector <HomeworksChildEndpointSelector>( BasePath + $"/{homeworkId}");
public TenantsChildEndpointSelector this[Guid tenantId] => childEndpointFactory.CreateChildEndpointSelector <TenantsChildEndpointSelector>(BasePath + $"/{tenantId}");
public SchoolYearsChildEndpointSelector this[Guid schoolYearId] => childEndpointFactory.CreateChildEndpointSelector <SchoolYearsChildEndpointSelector>(BasePath + $"/{schoolYearId}");
public ClassSchoolYearSubjectsChildEndpointSelector this[Guid subjectId] => childEndpointFactory.CreateChildEndpointSelector <ClassSchoolYearSubjectsChildEndpointSelector>( basePath + $"/{subjectId}");