示例#1
0
文件: Query.cs 项目: tlcpack/Contoso
 public GetOpenCourseEnrollmentsByUserIdQueryHandler(IEnrollmentContext context)
 {
     _context = context;
 }
示例#2
0
文件: Query.cs 项目: tlcpack/Contoso
 public GetCourseEnrollmentsByUserIdAndTrainingPlanEnrollmentIdQueryHandler(IEnrollmentContext context)
 {
     _context = context;
 }
示例#3
0
文件: Query.cs 项目: tlcpack/Contoso
 public GetRequiredTrainingPlanEnrollmentsByUserIdQueryHandler(IEnrollmentContext context)
 {
     _context = context;
 }
示例#4
0
文件: Query.cs 项目: tlcpack/Contoso
 public GetRequiredCurriculumEnrollmentsByUserIdQueryHandler(IEnrollmentContext context)
 {
     _context = context;
 }