Exemple #1
0
 public ClassSchoolYearsChildEndpointSelector this[Guid classId] =>
 childEndpointFactory.CreateChildEndpointSelector <ClassSchoolYearsChildEndpointSelector>(basePath + $"/{classId}");
Exemple #2
0
 public ClassSchoolYearSubjectStudentsChildEndpointSelector this[Guid studentId] =>
 childEndpointFactory.CreateChildEndpointSelector <ClassSchoolYearSubjectStudentsChildEndpointSelector>(
     baseUrl + $"/{studentId}");
Exemple #3
0
 public SubjectsChildEndpointSelector this[Guid subjectId] =>
 childEndpointFactory.CreateChildEndpointSelector <SubjectsChildEndpointSelector>(BasePath + $"/{subjectId}");
Exemple #4
0
 public AnswersChildEndpointSelector this[Guid answerId] =>
 childEndpointFactory.CreateChildEndpointSelector <AnswersChildEndpointSelector>(basePath + $"/{answerId}");
Exemple #5
0
 public SolutionsChildEndpointSelector this[Guid solutionId] =>
 childEndpointFactory.CreateChildEndpointSelector <SolutionsChildEndpointSelector>(
     basePath + $"/{solutionId}");
Exemple #6
0
 public HomeworksChildEndpointSelector this[Guid homeworkId] =>
 childEndpointFactory.CreateChildEndpointSelector <HomeworksChildEndpointSelector>(
     BasePath + $"/{homeworkId}");
Exemple #7
0
 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}");