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

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