コード例 #1
0
 public Comments CreateComment(Comments comment)
 {
     return(_dataLayer.AddComment(comment));
 }
コード例 #2
0
 public Comment AddComment(Comment comment)
 {
     return(_dataLayer.AddComment(comment));
 }