Пример #1
0
 public UserLocatablesTipsController(ILocatableService locatableService, ITipService tipService, IUserProfileService userProfileService, IMapper mapper)
 {
     _locatableService   = locatableService;
     _tipService         = tipService;
     _userProfileService = userProfileService;
     _mapper             = mapper;
 }
Пример #2
0
 public TipController(ICustomerService CustomerService, IRoleService RoleService, IFormService FormService, IRoleDetailService RoleDetailService, IRoleService _RoleService, IUserRoleService UserRoleService, IUserService UserService, ITipService TipService)
     : base(CustomerService, UserService, RoleService, FormService, RoleDetailService, UserRoleService)
 {
     this._UserService     = UserService;
     this._UserRoleService = UserRoleService;
     this._CustomerService = CustomerService;
     this._TipService      = TipService;
 }
Пример #3
0
 public BagimsizBolumController(IUnitofWork uow, IBagimsizBolumlerService bagimsizBolumService, IBlokService blokService, IKisilerService kisilerService, ITipService tipService, IBorcTipleri borcTipleri, IDosyaService dosyaServis, IBorclandirmaService borclandirService)
     : base(uow)
 {
     _uow = uow;
     _bagimsizBolumService = bagimsizBolumService;
     _blokService          = blokService;
     _kisilerService       = kisilerService;
     _tipService           = tipService;
     _borcTipleri          = borcTipleri;
     _dosyaServis          = dosyaServis;
     _borclandirService    = borclandirService;
 }
Пример #4
0
 public ChessboardField(int row, int column)
 {
     Row                             = row;
     Column                          = column;
     _tipService                     = UnityService.Instance.Get().Resolve <ITipService>();
     _gameViewModel                  = UnityService.Instance.Get().Resolve <IGameViewModel>();
     _validatorStrategy              = UnityService.Instance.Get().Resolve <IChessboardValidatorManager>().GetChessboardValidatorStrategy(_gameViewModel.SelectedPawn.GetType());
     _thisLock                       = new object();
     ChangeRectangleColorCommand     = new RelayCommand(ChangeColor);
     SetDefaultRectangleColorCommand = new RelayCommand(SetDefaultFieldColor);
     ClickRectangleCommand           = new RelayCommand(ManagePawn);
     CurrentFieldColor               = DefaultFieldColor;
 }
Пример #5
0
 public TanimlarController(IUnitofWork uow, IBlokService blokService, ITipService tipService, IPersonelService personelService, IAnasayacService anaSayacService, ISayacTipleriService sayacTipleriService,
                           IAnaSayacOrtakDagitimService sayacOrtakAlanService, IBagimsizSayacService bagimsizSayacService, IBagimsizBolumlerService bagimsizSBolumlercService, IKasaService kasaService, IBankaService bankaService,
                           IFirmaService firmaService, IBorcTipleri borcTipleri)
     : base(uow)
 {
     _uow                       = uow;
     _blokService               = blokService;
     _tipService                = tipService;
     _personelService           = personelService;
     _anaSayacService           = anaSayacService;
     _sayacTipleriService       = sayacTipleriService;
     _sayacOrtakAlanService     = sayacOrtakAlanService;
     _bagimsizSayacService      = bagimsizSayacService;
     _bagimsizSBolumlercService = bagimsizSBolumlercService;
     _kasaService               = kasaService;
     _bankaService              = bankaService;
     _firmaService              = firmaService;
     _borcTipleri               = borcTipleri;
 }
Пример #6
0
 public LibraryController(IOnlineServiceFactory factory, ITipService tipService)
 {
     _tipService                  = tipService;
     _onlineServiceFactory        = factory;
     _itunesServicesOnlineService = _onlineServiceFactory.Create(OnlineProvider.iTunes);
 }
Пример #7
0
 public TipsByCardIdQueryHandler(ITipService tipService)
 {
     _tipService = tipService;
 }
        public CustomerController(INotification Notification, IAgentService AgentService, IEventCustomerService EventCustomerService, IEventService EventService, ITipService TipService, IPropertyService PropertyService, IPropertyImageService PropertyImageService, IFeedBackService FeedBackService, ICompanyService CompanyService, ICountryService CountryService, IStateService StateService, ICityService CityService, IOfficeLocationService OfficeLocationService, ICustomerService CustomerService, IUserService UserService, IFormService FormService, IRoleDetailService RoleDetailService, IRoleService RoleService, IUserRoleService UserRoleService)
            : base(CustomerService, UserService, RoleService, FormService, RoleDetailService, UserRoleService)
        {
            this._Notification          = Notification;
            this._CustomerService       = CustomerService;
            this._UserService           = UserService;
            this._UserRoleService       = UserRoleService;
            this._OfficeLocationService = OfficeLocationService;
            this._CompanyService        = CompanyService;
            this._CountryService        = CountryService;
            this._StateService          = StateService;
            this._CityService           = CityService;

            this._AgentService         = AgentService;
            this._EventCustomerService = EventCustomerService;
            this._EventService         = EventService;
            this._CountryService       = CountryService;
            this._TipService           = TipService;
            this._PropertyService      = PropertyService;
            this._PropertyImageService = PropertyImageService;
        }
 public GroupMessageService(ILogger <IMessageService> logger, IBotService botService, ITipService tipService)
 {
     _logger     = logger;
     _botService = botService ?? throw new ArgumentNullException(nameof(botService));
     _tipService = tipService ?? throw new ArgumentNullException(nameof(tipService));
 }
Пример #10
0
 public FirstViewModel(ITipService tipSerive)
 {
     _tipService = tipSerive;
 }
Пример #11
0
 public GetTipViewModel(ITipService tipService)
 {
     _tipDataService = tipService;
 }
Пример #12
0
 public TipsController(ITipService tipService)
 {
     this.tipService = tipService;
 }
Пример #13
0
 public PlatformService(IPlatformRepository platformRepository, ITipService tipService)
 {
     _repository = platformRepository;
     _tipService = tipService;
 }
 public FirstViewModel(ITipService tipService)
 {
     _tipService = tipService;
 }
Пример #15
0
 public TipController(ITipService _tipService)
 {
     tipService = _tipService;
 }
 public LocatableTipsController(ILocatableService locatableService, ITipService tipService, IMapper mapper)
 {
     _locatableService = locatableService;
     _tipService       = tipService;
     _mapper           = mapper;
 }
Пример #17
0
 public MainPageViewModel(ITipService tipService)
 {
     this.tipService = tipService;
 }
        public AdminController(IAgentService AgentService, IEventCustomerService EventCustomerService, IEventService EventService, ITipService TipService, IPropertyService PropertyService, IPropertyImageService PropertyImageService, IFeedBackService FeedBackService, ICompanyService CompanyService, ICountryService CountryService, IStateService StateService, ICityService CityService, IOfficeLocationService OfficeLocationService, ICustomerService CustomerService, IUserService UserService, IFormService FormService, IRoleDetailService RoleDetailService, IRoleService RoleService, IUserRoleService UserRoleService, IViewsService ViewsService, IBannerService BannerService)
            : base(CustomerService, UserService, RoleService, FormService, RoleDetailService, UserRoleService)
        {
            this._CustomerService       = CustomerService;
            this._UserService           = UserService;
            this._UserRoleService       = UserRoleService;
            this._OfficeLocationService = OfficeLocationService;
            this._CompanyService        = CompanyService;
            this._CountryService        = CountryService;
            this._StateService          = StateService;
            this._CityService           = CityService;

            this._AgentService         = AgentService;
            this._EventCustomerService = EventCustomerService;
            this._EventService         = EventService;
            this._CountryService       = CountryService;
            this._TipService           = TipService;
            this._PropertyService      = PropertyService;
            this._PropertyImageService = PropertyImageService;
            this._ViewsService         = ViewsService;
            this._FeedBackService      = FeedBackService;
            this._BannerService        = BannerService;
            //
        }
 public TipAppService(ITipService serviceBase) : base(serviceBase)
 {
 }
Пример #20
0
 public TipController(ITipService tipService)
 {
     this.tipService = tipService;
 }
Пример #21
0
 public TipController(ITipService tipService, IMapper mapper)
 {
     _tipService = tipService ?? throw new ArgumentNullException(nameof(tipService));
     _mapper     = mapper ?? throw new ArgumentNullException(nameof(mapper));
 }
Пример #22
0
 public TipController(ITipService tipService)
 {
     _tipService = tipService;
 }
Пример #23
0
 public void SetUp()
 {
     _tipService = Substitute.For <ITipService>();
     _sut        = new TipsByCardIdQueryHandler(_tipService);
 }