示例#1
0
 public DefaultController(IWebNoticeBll webNoticeBll, IWebNewsBll webNewsBll, IWebVediosBll webVedioBll, IWebServiceGuideBll webServiceGuideBll)
 {
     this.webNoticeBll       = webNoticeBll;
     this.webNewsBll         = webNewsBll;
     this.webVedioBll        = webVedioBll;
     this.webServiceGuideBll = webServiceGuideBll;
 }
示例#2
0
 public WebNoticeController(IWebNoticeBll webNoticeBll)
 {
     this.webNoticeBll = webNoticeBll;
 }