Esempio n. 1
0
 public IEnumerable <StudentCourseDTO> Get()
 {
     return(_simpleService.GetAllAStudents());
 }