Esempio n. 1
0
        public Topic Delete(Topic topic)
        {
            Remove.DeleteRegister(topic);

            return(topic);
        }
Esempio n. 2
0
        public Comment Delete(Comment comment)
        {
            Remove.DeleteRegister(comment);

            return(comment);
        }
Esempio n. 3
0
 public Publication Delete(Publication publication)
 {
     Remove.DeleteRegister(publication);
     return publication;
 }
Esempio n. 4
0
        public User Delete(User user)
        {
            Remove.DeleteRegister(user);

            return(user);
        }