Beispiel #1
0
 //查看日程
 public List <agenda> GetAgendaList(int MID)
 {
     return(agendadal.GetAgendaList(MID));
 }