示例#1
0
 public HomeController(IPostBll postBll, ICommentBll commentBll, ICategoryBll categoryBll, ISearchDetailsBll searchDetailsBll, INoticeBll noticeBll, IPostAccessRecordBll postAccessRecordBll)
 {
     CategoryBll         = categoryBll;
     PostBll             = postBll;
     CommentBll          = commentBll;
     SearchDetailsBll    = searchDetailsBll;
     NoticeBll           = noticeBll;
     PostAccessRecordBll = postAccessRecordBll;
 }
 public SearchController(ISearchDetailsBll searchDetailsBll)
 {
     SearchDetailsBll = searchDetailsBll;
 }