Exemple #1
0
 public void InsertCourse(Course entity)
 {
     course.Create(entity);
 }