コード例 #1
0
 public IEnumerable <Review> GetList(ushort id)
 {
     return(ReviewDAO.GetList(id));
 }