示例#1
0
 public static long Save(Comment myComment)
 {
     return(CommentDB.Save(myComment));
 }