Example #1
0
 public bool SetData(AddCourseViewModel addCourse)
 {
     db.Insert(addCourse);
     return(true);
 }