示例#1
0
 public void AddComment(AddCommentViewModel index)
 {
     shoppingCartService.AddComment(index);
 }