コード例 #1
0
ファイル: Comment.cs プロジェクト: fchristant/Blogo.NET
 public static long Save(Comment myComment)
 {
     return(CommentDB.Save(myComment));
 }