示例#1
0
 public IEnumerable <StudentCourseDTO> Get()
 {
     return(_simpleService.GetAllAStudents());
 }