Beispiel #1
0
 public Course InsertCourse()
 {
     return(CourseDao.InsertCourse());
 }