public void Remove(ICommentSubscribtion entity) { base.Remove((CommentSubscribtion)entity); }
public void Remove(ICommentSubscribtion entity) { entity.ForStory.UnsubscribeComment(entity.ByUser); }
public void Add(ICommentSubscribtion entity) { base.Add((CommentSubscribtion)entity); }
public void Add(ICommentSubscribtion entity) { entity.ForStory.SubscribeComment(entity.ByUser); }