public CommentController() { _helper = new Helper(); pm = new PostManagement(); cm = new CommentManagement(); um = new UserManagement(); clm = new CommentLikeManagement(); }
public LikeController() { um = new UserManagement(); _helper = new Helper(); lm = new CommentLikeManagement(); }