public bool UpdateBus(String scheduleId, String work, String detail, String place, DateTime beginDate, DateTime endDate, String facultyId, String subjectId)
 {
     return(scheduleDAL.Update(scheduleId, work, detail, place, beginDate, endDate, facultyId, subjectId));
 }
Beispiel #2
0
 public void ResetSchedule(Schedule schedule)
 {
     sl.Update(schedule);
 }