コード例 #1
0
 public void OnGetProductComment(int type = 1)
 {
     comment = _commentApplication.GetAllProductComments(type);
 }