コード例 #1
0
 public IEnumerable <Service> GetByCategoryId(ushort id)
 {
     return(ServiceDAO.GetListByCategory(id));
 }