예제 #1
0
        public Topic Delete(Topic topic)
        {
            Remove.DeleteRegister(topic);

            return(topic);
        }
예제 #2
0
        public Comment Delete(Comment comment)
        {
            Remove.DeleteRegister(comment);

            return(comment);
        }
예제 #3
0
 public Publication Delete(Publication publication)
 {
     Remove.DeleteRegister(publication);
     return publication;
 }
예제 #4
0
        public User Delete(User user)
        {
            Remove.DeleteRegister(user);

            return(user);
        }