Exemple #1
0
 public ArticleController()
 {
     articleService      = new ArticleService();
     commentModelService = new CommonModelService();
 }
Exemple #2
0
 public ConsultationController()
 {
     commentModelService = new CommonModelService();
 }