Exemplo n.º 1
0
 public bool InsertBus(String scheduleId, String work, String detail, String place, DateTime beginDate, DateTime endDate, String facultyId, String subjectId)
 {
     return(scheduleDAL.Insert(scheduleId, work, detail, place, beginDate, endDate, facultyId, subjectId));
 }
Exemplo n.º 2
0
 public int AddSchedule(Schedule schedule)
 {
     return(sl.Insert(schedule));
 }