Esempio n. 1
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;
 }
Esempio n. 2
0
 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;
 }