예제 #1
0
 public indexModel(IArticlePageService articlePageService)
 {
     _articlePageService = articlePageService;
 }
예제 #2
0
 public createModel(IArticlePageService articlePageService, ICategoriePageService categoriePageService)
 {
     _articlePageService   = articlePageService;
     _categoriePageService = categoriePageService;
 }