示例#1
0
 public IEnumerable <Service> GetAll()
 {
     return(serviceDao.GetAll());
 }