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;
 }
 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;
 }
 public ProjectController(IProjectPhotoService iProjectPhotoService,
                          IShopProjectService iShopProjectService, IShopAttributesService iShopAttributesService,
                          IProjectTeamService iProjectTeamService, IApplyActiviteService iApplyActiviteService,
                          ICustomerLogService ICustomerLogService, ILinkService ilinkService, ICustomerService CustomerService, IJoinProjectService JoinProjectService)
 {
     _iProjectPhotoService   = iProjectPhotoService;
     _iShopProjectService    = iShopProjectService;
     _iShopAttributesService = iShopAttributesService;
     _iProjectTeamService    = iProjectTeamService;
     _iApplyActiviteService  = iApplyActiviteService;
     _ICustomerLogService    = ICustomerLogService;
     _ilinkService           = ilinkService;
     _iCustomerService       = CustomerService;
     _iJoinProjectService    = JoinProjectService;
 }
 public DemandController(IShopPostingsService iShopPostingsService, IShopAttributesService iShopAttributesService, IShopProjectService iShopProjectService)
 {
     _iShopPostingsService   = iShopPostingsService;
     _iShopAttributesService = iShopAttributesService;
     _IShopProjectService    = iShopProjectService;
 }
 public BrandController(IShopBrandService shopBrandService, IShopAttributesService ShopAttributesServiceService, ICustomerService iCustomerService)
 {
     _shopBrandService = shopBrandService;
     _iShopAttributesServiceService = ShopAttributesServiceService;
     _iCustomerService = iCustomerService;
 }
 public ShopBrandController(IShopBrandService iShopBrandService, IShopAttributesService iShopAttributesServiceService)
 {
     _iShopBrandService             = iShopBrandService;
     _iShopAttributesServiceService = iShopAttributesServiceService;
 }
Exemple #7
0
 public RoomController(IShopAttributesService iShopAttributesService, IShopRoomService iShopRoomService, ICustomerLogService iCustomerLogService)
 {
     _ICustomerLogService    = iCustomerLogService;
     _iShopRoomService       = iShopRoomService;
     _iShopAttributesService = iShopAttributesService;
 }