Exemplo n.º 1
0
 public ArticleController()
 {
     articleService      = new ArticleService();
     commentModelService = new CommonModelService();
 }
Exemplo n.º 2
0
 public ConsultationController()
 {
     commentModelService = new CommonModelService();
 }