コード例 #1
0
 public Comments AddCommentToPost(Guid id, Comments comment)
 {
     return(_dataLayer.AddCommentToPost(id, comment));
 }