예제 #1
0
 public WebSiteLinkController(IWebSiteLinkCommandService webSiteLinkCommandService, IWebSiteLinkReportService webSiteLinkReportService)
 {
     _webSiteLinkReportService  = webSiteLinkReportService;
     _webSiteLinkCommandService = webSiteLinkCommandService;
 }
예제 #2
0
 public WebSiteLinkController(IWebSiteLinkCommandService webSiteLinkCommandService, IWebSiteLinkReportService webSiteLinkReportService)
 {
   _webSiteLinkReportService = webSiteLinkReportService;
   _webSiteLinkCommandService = webSiteLinkCommandService;
 }