public CrowdController(ICrowdService crowdService, IPartImageService partImageService, IDiscountService discountService, IParticipationService participationService)
 {
     _discountService      = discountService;
     _crowdService         = crowdService;
     _partImageService     = partImageService;
     _participationService = participationService;
 }
 public CrowdController(ICrowdService crowdService,IPartImageService partImageService, IDiscountService discountService,IParticipationService  participationService)
 {
     _discountService = discountService;
     _crowdService = crowdService;
     _partImageService = partImageService;
     _participationService = participationService;
 }
 public CrowdApiController(ICrowdService crowdService, IPartImageService partImageService, IDiscountService discountService, IFollowerService followerService, IPhoneService phoneService, IParticipationService participationService)
 {
     _discountService = discountService;
     _crowdService = crowdService;
     _partImageService = partImageService;
     _followerService = followerService;
     _phoneService = phoneService;
     _participationService = participationService;
 }
Exemple #4
0
 public CrowdApiController(ICrowdService crowdService, IPartImageService partImageService, IDiscountService discountService, IFollowerService followerService, IPhoneService phoneService, IParticipationService participationService)
 {
     _discountService      = discountService;
     _crowdService         = crowdService;
     _partImageService     = partImageService;
     _followerService      = followerService;
     _phoneService         = phoneService;
     _participationService = participationService;
 }