예제 #1
0
 public Plan getPlanId(int collegeId, string startTime)
 {
     return(dao.getPlanId(collegeId, startTime));
 }