Beispiel #1
0
 public List <Course> GetAllCourseAction()
 {
     return(courseGetway.GetAllCourseByAction());
 }