コード例 #1
0
ファイル: Query.cs プロジェクト: ghabi2106/GraphQLLearning
 public List <School> AllSchoolsWithStudent([Service] SchoolRepository schoolRepository) =>
 schoolRepository.GetAllSchoolsWithStudent();