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