public DefaultController(IWebNoticeBll webNoticeBll, IWebNewsBll webNewsBll, IWebVediosBll webVedioBll, IWebServiceGuideBll webServiceGuideBll) { this.webNoticeBll = webNoticeBll; this.webNewsBll = webNewsBll; this.webVedioBll = webVedioBll; this.webServiceGuideBll = webServiceGuideBll; }
public WebNewsController(IWebNewsBll webnews) { this.webnewsBll = webnews; }