Ejemplo n.º 1
0
 public AdminController(IHelpArticleService helpArticleService, IHelpCategoryService helpCategoryService, IThumbnailSettingService thumbnailSettingService, IThriftClient thriftClient)
 {
     _helpArticleService      = helpArticleService;
     _helpCategoryService     = helpCategoryService;
     _thumbnailSettingService = thumbnailSettingService;
     _thriftClient            = thriftClient;
 }
Ejemplo n.º 2
0
 public HelpsController(IHelpArticleService helpArticleService, IHelpCategoryService helpCategoryService)
 {
     _helpArticleService  = helpArticleService;
     _helpCategoryService = helpCategoryService;
 }