Ejemplo n.º 1
0
 public UserLocatablesTipsController(ILocatableService locatableService, ITipService tipService, IUserProfileService userProfileService, IMapper mapper)
 {
     _locatableService   = locatableService;
     _tipService         = tipService;
     _userProfileService = userProfileService;
     _mapper             = mapper;
 }
Ejemplo n.º 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;
 }
Ejemplo n.º 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;
 }
Ejemplo n.º 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;
 }
Ejemplo n.º 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;
 }
Ejemplo n.º 6
0
 public LibraryController(IOnlineServiceFactory factory, ITipService tipService)
 {
     _tipService                  = tipService;
     _onlineServiceFactory        = factory;
     _itunesServicesOnlineService = _onlineServiceFactory.Create(OnlineProvider.iTunes);
 }
Ejemplo n.º 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));
 }
Ejemplo n.º 10
0
 public FirstViewModel(ITipService tipSerive)
 {
     _tipService = tipSerive;
 }
Ejemplo n.º 11
0
 public GetTipViewModel(ITipService tipService)
 {
     _tipDataService = tipService;
 }
Ejemplo n.º 12
0
 public TipsController(ITipService tipService)
 {
     this.tipService = tipService;
 }
Ejemplo n.º 13
0
 public PlatformService(IPlatformRepository platformRepository, ITipService tipService)
 {
     _repository = platformRepository;
     _tipService = tipService;
 }
 public FirstViewModel(ITipService tipService)
 {
     _tipService = tipService;
 }
Ejemplo n.º 15
0
 public TipController(ITipService _tipService)
 {
     tipService = _tipService;
 }
 public LocatableTipsController(ILocatableService locatableService, ITipService tipService, IMapper mapper)
 {
     _locatableService = locatableService;
     _tipService       = tipService;
     _mapper           = mapper;
 }
Ejemplo n.º 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;
            //
        }
Ejemplo n.º 19
0
 public TipAppService(ITipService serviceBase) : base(serviceBase)
 {
 }
Ejemplo n.º 20
0
 public TipController(ITipService tipService)
 {
     this.tipService = tipService;
 }
Ejemplo n.º 21
0
 public TipController(ITipService tipService, IMapper mapper)
 {
     _tipService = tipService ?? throw new ArgumentNullException(nameof(tipService));
     _mapper     = mapper ?? throw new ArgumentNullException(nameof(mapper));
 }
Ejemplo n.º 22
0
 public TipController(ITipService tipService)
 {
     _tipService = tipService;
 }
Ejemplo n.º 23
0
 public void SetUp()
 {
     _tipService = Substitute.For <ITipService>();
     _sut        = new TipsByCardIdQueryHandler(_tipService);
 }