Example #1
0
 //save to database
 public void Add(Course model)
 {
     db.Add(model);
 }
Example #2
0
 public void Insert(CourseClass entitiy)
 {
     _courseDAL.Add(entitiy);
 }