コード例 #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 WebNewsController(IWebNewsBll webnews)
 {
     this.webnewsBll = webnews;
 }