示例#1
0
 public void DeleteSchedule(Schedule schedule)
 {
     throw new NotImplementedException();
 }
示例#2
0
 public void ModifySchedule(Schedule schedule)
 {
     throw new NotImplementedException();
 }
示例#3
0
 public int AddSchedule(Schedule schedule)
 {
     throw new NotImplementedException();
 }