public OpenShopController(IOpenShopService iOpenShopService, IShopAdPositionService shopPositionService, ICustomerLogService ICustomerLogService)
 {
     _iOpenShopService       = iOpenShopService;
     _iShopAdPositionService = shopPositionService;
     _ICustomerLogService    = ICustomerLogService;
 }
Exemple #2
0
 public HomeController(ILinkService ilinkService, IShopProjectService iShopProjectService, IShopAdPositionService iShopAdPositionService)
 {
     _ilinkService           = ilinkService;
     _iShopProjectService    = iShopProjectService;
     _iShopAdPositionService = iShopAdPositionService;
 }