Example #1
0
 public ClassSchoolYearsChildEndpointSelector this[Guid classId] =>
 childEndpointFactory.CreateChildEndpointSelector <ClassSchoolYearsChildEndpointSelector>(basePath + $"/{classId}");
Example #2
0
 public ClassSchoolYearSubjectStudentsChildEndpointSelector this[Guid studentId] =>
 childEndpointFactory.CreateChildEndpointSelector <ClassSchoolYearSubjectStudentsChildEndpointSelector>(
     baseUrl + $"/{studentId}");
Example #3
0
 public SubjectsChildEndpointSelector this[Guid subjectId] =>
 childEndpointFactory.CreateChildEndpointSelector <SubjectsChildEndpointSelector>(BasePath + $"/{subjectId}");
Example #4
0
 public AnswersChildEndpointSelector this[Guid answerId] =>
 childEndpointFactory.CreateChildEndpointSelector <AnswersChildEndpointSelector>(basePath + $"/{answerId}");
Example #5
0
 public SolutionsChildEndpointSelector this[Guid solutionId] =>
 childEndpointFactory.CreateChildEndpointSelector <SolutionsChildEndpointSelector>(
     basePath + $"/{solutionId}");
Example #6
0
 public HomeworksChildEndpointSelector this[Guid homeworkId] =>
 childEndpointFactory.CreateChildEndpointSelector <HomeworksChildEndpointSelector>(
     BasePath + $"/{homeworkId}");
Example #7
0
 public TenantsChildEndpointSelector this[Guid tenantId] =>
 childEndpointFactory.CreateChildEndpointSelector <TenantsChildEndpointSelector>(BasePath + $"/{tenantId}");
Example #8
0
 public SchoolYearsChildEndpointSelector this[Guid schoolYearId] =>
 childEndpointFactory.CreateChildEndpointSelector <SchoolYearsChildEndpointSelector>(BasePath + $"/{schoolYearId}");
 public ClassSchoolYearSubjectsChildEndpointSelector this[Guid subjectId] =>
 childEndpointFactory.CreateChildEndpointSelector <ClassSchoolYearSubjectsChildEndpointSelector>(
     basePath + $"/{subjectId}");