示例#1
0
 public List <Activity> GetAllActivities()
 {
     return(activityDao.db_GetAllActivities());
 }