Beispiel #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;
 }
Beispiel #2
0
 public PostController(IPostBll postBll, ICategoryBll categoryBll, IBroadcastBll broadcastBll, ISeminarBll seminarBll, IPostAccessRecordBll postAccessRecordBll, ICommentBll commentBll, IPostHistoryVersionBll postHistoryVersionBll)
 {
     PostBll               = postBll;
     CategoryBll           = categoryBll;
     BroadcastBll          = broadcastBll;
     SeminarBll            = seminarBll;
     PostAccessRecordBll   = postAccessRecordBll;
     CommentBll            = commentBll;
     PostHistoryVersionBll = postHistoryVersionBll;
 }