Esempio n. 1
0
 public AdminCommentController()
 {
     _RequestCommentModel = new RequestCommentModel();
     _RequestCommentBs    = new RequestCommentBs();
 }
 public PanelRequestCommentController()
 {
     _RequestCommentModel = new RequestCommentModel();
     _RequestCommentBs    = new RequestCommentBs();
 }