Example #1
0
 //update the event/holiday for all
 public void UpdateEvent(Models.Course course)
 {
     sql.UpdateEvent(course);
 }