示例#1
0
 public Service GetByID(int ID)
 {
     return(serviceDao.GetByID(ID));
 }