Beispiel #1
0
 public static void Save(Comment comment)
 {
     Database.Save(comment);
 }
Beispiel #2
0
        // ---------------------------------------------------------------------------------------------
        // Public Static Methods
        // ---------------------------------------------------------------------------------------------

        public static void Delete(Comment comment)
        {
            Database.Delete(comment);
        }