コード例 #1
0
 public MerchantController(IOpenShopService iOpenShopService, IShopAttributesService iShopAttributesServiceService, ICustomerService iCustomerService, IMessageService messageService,
                           IMissionService missionService, IHotareaService hotareaService, IObjectService objectService)
 {
     _iShopAttributesService = iShopAttributesServiceService;
     _iOpenShopService       = iOpenShopService;
     _iCustomerService       = iCustomerService;
     _messageService         = messageService;
     _missionService         = missionService;
     _hotareaService         = hotareaService;
     _objectService          = objectService;
 }
コード例 #2
0
 public CustomerController(ICustomerService iCustomerService, IApplyActiviteService ApplyActivite, IShopProjectService IShopProjectService, ICustomerLogService iCustomerLogService, IOpenShopService OpenShopService, IShopBrandService IShopBrandService, IShopAttributesService IShopAttributesServiceService, IMessageService messageService, IOrderService orderService, IMissionService missionService)
 {
     _IShopProjectService           = IShopProjectService;
     _iCustomerService              = iCustomerService;
     _ApplyActivite                 = ApplyActivite;
     _iCustomerLogService           = iCustomerLogService;
     _iOpenShopService              = OpenShopService;
     _IShopBrandService             = IShopBrandService;
     _iShopAttributesServiceService = IShopAttributesServiceService;
     _messageService                = messageService;
     _orderService   = orderService;
     _missionService = missionService;
 }
コード例 #3
0
 public OpenShopController(IOpenShopService iOpenShopService, IShopAdPositionService shopPositionService, ICustomerLogService ICustomerLogService)
 {
     _iOpenShopService       = iOpenShopService;
     _iShopAdPositionService = shopPositionService;
     _ICustomerLogService    = ICustomerLogService;
 }