コード例 #1
0
 public List <Comment> Get(int id)
 {
     return(productProvider.GetCommentsFromDatabase(id));
 }