コード例 #1
0
ファイル: DataManager.cs プロジェクト: Rammun/UrokiOn
 public DataManager(
     ICityRepository cityRepository,
     ICountryRepository countryRepository,
     IFriendRequestRepository friendRequestRepository,
     IGroupNewseRepository groupNewseRepository,
     IGroupProfileRepository groupProfileRepository,
     IGroupRepository groupRepository,
     IGroupRequestRepository groupRequestRepository,
     IGroupTypeRepository groupTypeRepository,
     IMemberRoleRepository memberRoleRepository,
     IMessageRepository messageRepository,
     IRegionRepository regionRepository,
     IApplicationUserRepository userRepository,
     IUserProfileRepository userProfileRepository,
     IWallOfUserRepository wallOfUserRepository
     )
 {
     this.cityRepository = cityRepository;
     this.countryRepository = countryRepository;
     this.friendRequestRepository = friendRequestRepository;
     this.groupNewseRepository = groupNewseRepository;
     this.groupProfileRepository = groupProfileRepository;
     this.groupRepository = groupRepository;
     this.groupRequestRepository = groupRequestRepository;
     this.groupTypeRepository = groupTypeRepository;
     this.memberRoleRepository = memberRoleRepository;
     this.messagesRepository = messageRepository;
     this.regionRepository = regionRepository;
     this.userRepository = userRepository;
     this.userProfileRepository = userProfileRepository;
     this.wallOfUserRepository = wallOfUserRepository;
 }
コード例 #2
0
 public ApplicantAdditionalAddressesController(IApplicantRepository applicantRepository, ICountryRepository countryRepository, IStateRepository stateRepository, IApplicantAdditionalAddressRepository applicantadditionaladdressRepository)
 {
     this.applicantRepository = applicantRepository;
     this.countryRepository = countryRepository;
     this.stateRepository = stateRepository;
     this.applicantadditionaladdressRepository = applicantadditionaladdressRepository;
 }
コード例 #3
0
 public AccountController(ICountryInitRepository initRepo, ICountryRepository repo, IGamerRepository gamerRepo)
 {
     logger.Info("AccountController");
     countryInitRepository = initRepo;
     countryRepository = repo;
     gamerRepository = gamerRepo;
 }
コード例 #4
0
 public PhotoOverviewViewModel(IFlickrRepository flickrRepository, IContinentRepository continentRepository, ICountryRepository countryRepository, ICityRepository cityRepository)
 {
     _flickrRepository = flickrRepository;
     _continentRepository = continentRepository;
     _countryRepository = countryRepository;
     _cityRepository = cityRepository;
 }
コード例 #5
0
        public OrderAddressViewModel(OrderAddress addressItem, ICountryRepository countryRepository)
        {
            _countryRepository = countryRepository;

            this.AddressItem = addressItem;
            this.AddressItem.PropertyChanged += InnerItem_PropertyChanged;
        }
コード例 #6
0
 public MapController(ICountryInitRepository repo, ICountryRepository countryRepo, IGamerRepository gamerRepo)
 {
     logger.Info("Map: MapController");
     repository = repo;
     countryRepository = countryRepo;
     gamerRepository = gamerRepo;
 }
コード例 #7
0
 public CafesController(ICafeRepository cafeRepository, ICountryRepository countryRepository, LocalizationService localizationService, IOutputCacheDependencies outputCacheDependencies)
 {
     mLocalizationService = localizationService;
     mCountryRepository = countryRepository;
     mCafeRepository = cafeRepository;
     mOutputCacheDependencies = outputCacheDependencies;
 }
コード例 #8
0
 public VendorAddressController(IVendorRepository vendorRepository, IVendorAddressCategoryRepository vendoraddresscategoryRepository, ICountryRepository countryRepository, IStateRepository stateRepository, IVendorAddressRepository vendoraddressRepository)
 {
     this.vendorRepository = vendorRepository;
     this.vendoraddresscategoryRepository = vendoraddresscategoryRepository;
     this.countryRepository = countryRepository;
     this.stateRepository = stateRepository;
     this.vendoraddressRepository = vendoraddressRepository;
 }
コード例 #9
0
ファイル: UserService.cs プロジェクト: mustee/Voting
 public UserService(IUserRepository userRepository, ICountryRepository countryRepository,
     IEmailSender emailSender, ISmsSender smsSender)
 {
     this.userRepository = userRepository;
     this.countryRepository = countryRepository;
     this.emailSender = emailSender;
     this.smsSender = smsSender;
 }
コード例 #10
0
 public ApplicantPassportInfoesController(IApplicantRepository applicantRepository, ICountryRepository countryRepository, IStateRepository stateRepository, IUserRepository userRepository, IApplicantPassportInfoRepository applicantpassportinfoRepository)
 {
     this.applicantRepository = applicantRepository;
     this.countryRepository = countryRepository;
     this.stateRepository = stateRepository;
     this.userRepository = userRepository;
     this.applicantpassportinfoRepository = applicantpassportinfoRepository;
 }
コード例 #11
0
 public ApplicantPreferredWorkLocationsController(IApplicantRepository applicantRepository, ICountryRepository countryRepository, IStateRepository stateRepository, ICityRepository cityRepository, IApplicantPreferredWorkLocationRepository applicantpreferredworklocationRepository)
 {
     this.applicantRepository = applicantRepository;
     this.countryRepository = countryRepository;
     this.stateRepository = stateRepository;
     this.cityRepository = cityRepository;
     this.applicantpreferredworklocationRepository = applicantpreferredworklocationRepository;
 }
コード例 #12
0
        public CountryRepositoryController(ICountryRepository countryRepository, IInitializeRepositoriesHandler initializeRepositoriesHandler)
        {
            _countryRepository = countryRepository;

            initializeRepositoriesHandler.Controller = this;

            AddHandler(initializeRepositoriesHandler);
        }
コード例 #13
0
 public CompanyAddressesController(ICompanyRepository companyRepository, ICompanyAddressCategoryRepository companyaddresscategoryRepository, ICountryRepository countryRepository, IStateRepository stateRepository, ICompanyAddressRepository companyaddressRepository)
 {
     this.companyRepository = companyRepository;
     this.companyaddresscategoryRepository = companyaddresscategoryRepository;
     this.countryRepository = countryRepository;
     this.stateRepository = stateRepository;
     this.companyaddressRepository = companyaddressRepository;
 }
コード例 #14
0
 public DistrictViewModelBuilder( ICountryRepository countryRepository,
 IProvincesRepository provinceRepository,
 IDistrictRepository districtRepository)
 {
     _countryRepository = countryRepository;
     _provinceRepository = provinceRepository;
     _districtRepository = districtRepository;
 }
コード例 #15
0
 public OrganizationAddressController(IOrganizationRepository organizationRepository, IOrganizationAddressCategoryRepository organizationaddresscategoryRepository, ICountryRepository countryRepository, IStateRepository stateRepository, IOrganizationAddressRepository organizationaddressRepository)
 {
     this.organizationRepository = organizationRepository;
     this.organizationaddresscategoryRepository = organizationaddresscategoryRepository;
     this.countryRepository = countryRepository;
     this.stateRepository = stateRepository;
     this.organizationaddressRepository = organizationaddressRepository;
 }
コード例 #16
0
 public VendorSupplierDiversityCertificateInfoController(IVendorRepository vendorRepository, IVendorSupplierDiversityCertificationCategoryRepository vendorsupplierdiversitycertificationcategoryRepository, ICountryRepository countryRepository, IStateRepository stateRepository, IVendorSupplierDiversityCertificateInfoRepository vendorsupplierdiversitycertificateinfoRepository)
 {
     this.vendorRepository = vendorRepository;
     this.vendorsupplierdiversitycertificationcategoryRepository = vendorsupplierdiversitycertificationcategoryRepository;
     this.countryRepository = countryRepository;
     this.stateRepository = stateRepository;
     this.vendorsupplierdiversitycertificateinfoRepository = vendorsupplierdiversitycertificateinfoRepository;
 }
コード例 #17
0
 public DropDownjQueryAjaxPostController(
     IContinentRepository continentRepository ,
     ICountryRepository countryRepository ,
     ICityRepository cityRepository )
 {
     this._continentRepository = continentRepository;
     this._countryRepository = countryRepository;
     this._cityRepository = cityRepository;
 }
コード例 #18
0
 public ApplicantDriverLicensesController(IApplicantRepository applicantRepository, IDriverLicenseRepository driverlicenseRepository, ICountryRepository countryRepository, IStateRepository stateRepository, IUserRepository userRepository, IApplicantDriverLicenseRepository applicantdriverlicenseRepository)
 {
     this.applicantRepository = applicantRepository;
     this.driverlicenseRepository = driverlicenseRepository;
     this.countryRepository = countryRepository;
     this.stateRepository = stateRepository;
     this.userRepository = userRepository;
     this.applicantdriverlicenseRepository = applicantdriverlicenseRepository;
 }
コード例 #19
0
 public BunkerController(ICountryRepository countryRepo, IBattlemechRepository battlemechRepo, IArmyRepository armyRepo,
                         IGamerRepository gamerRepo)
 {
     logger.Info("BunkerController: BunkerController");
     countryRepository = countryRepo;
     battlemechRepository = battlemechRepo;
     armyRepository = armyRepo;
     gamerRepository = gamerRepo;
 }
コード例 #20
0
ファイル: SenderController.cs プロジェクト: UHgEHEP/test
		public SenderController(
			ISenderService senders,
			IIdentityService identity,
			ICountryRepository countries)
		{
			_senders = senders;
			_identity = identity;
			_countries = countries;
		}
コード例 #21
0
 public RegionViewModelBuilder(IRegionRepository regionRepository, ICountryRepository countryRepository,IDistrictRepository districtRepository,
 IProvincesRepository provinceRepository, IMasterDataUsage masterDataUsage)
 {
     _regionRepository = regionRepository;
     _countryRepository = countryRepository;
     _provinceRepository = provinceRepository;
     _districtRepository = districtRepository;
     _masterDataUsage = masterDataUsage;
 }
コード例 #22
0
 public ApplicantExperiencesController(IApplicantRepository applicantRepository, ICountryRepository countryRepository, IStateRepository stateRepository, IEmploymentLeaveReasonCategoryRepository employmentleavereasoncategoryRepository, IUserRepository userRepository, IApplicantExperienceRepository applicantexperienceRepository)
 {
     this.applicantRepository = applicantRepository;
     this.countryRepository = countryRepository;
     this.stateRepository = stateRepository;
     this.employmentleavereasoncategoryRepository = employmentleavereasoncategoryRepository;
     this.userRepository = userRepository;
     this.applicantexperienceRepository = applicantexperienceRepository;
 }
コード例 #23
0
        public CountryController(ICountryRepository repository, string catalog, LoginView view)
        {
            this._LoginId = view.LoginId.ToLong();
            this._UserId = view.UserId.ToInt();
            this._OfficeId = view.OfficeId.ToInt();
            this._Catalog = catalog;

            this.CountryRepository = repository;
        }
コード例 #24
0
 public ApplicantVisaInfoesController(IApplicantRepository applicantRepository, IVisaRepository visaRepository, ICountryRepository countryRepository, IStateRepository stateRepository, IVisaStatusRepository visastatusRepository, IApplicantVisaInfoRepository applicantvisainfoRepository)
 {
     this.applicantRepository = applicantRepository;
     this.visaRepository = visaRepository;
     this.countryRepository = countryRepository;
     this.stateRepository = stateRepository;
     this.visastatusRepository = visastatusRepository;
     this.applicantvisainfoRepository = applicantvisainfoRepository;
 }
コード例 #25
0
 public FactoryController(IDesignRepository designRepo, IGamerRepository gamerRepo, IArmyRepository armyRepo, 
                          ICountryRepository countryRepo, IBattlemechRepository battlemechRepo)
 {
     designRepository = designRepo;
     gamerRepository = gamerRepo;
     armyRepository = armyRepo;
     countryRepository = countryRepo;
     battlemechRepository = battlemechRepo;
 }
コード例 #26
0
ファイル: CompanyController.cs プロジェクト: absdk/RslSDK
 public CompanyController(IIndustryRepository industryRepository, ICountryRepository countryRepository, IStateRepository stateRepository, ICompanyOwnerRepository companyownerRepository, ICompanyStatusCategoryRepository companystatuscategoryRepository, IUserRepository userRepository, ICompanyRepository companyRepository)
 {
     this.industryRepository = industryRepository;
     this.countryRepository = countryRepository;
     this.stateRepository = stateRepository;
     this.companyownerRepository = companyownerRepository;
     this.companystatuscategoryRepository = companystatuscategoryRepository;
     this.userRepository = userRepository;
     this.companyRepository = companyRepository;
 }
コード例 #27
0
 public ApplicantEduCertLicensesController(IApplicantRepository applicantRepository, ISkillsExpEduCategoryRepository skillsexpeducategoryRepository, ISkillsExpEduRepository skillsexpeduRepository, ICountryRepository countryRepository, IStateRepository stateRepository, IUserRepository userRepository, IApplicantEduCertLicenseRepository applicanteducertlicenseRepository)
 {
     this.applicantRepository = applicantRepository;
     this.skillsexpeducategoryRepository = skillsexpeducategoryRepository;
     this.skillsexpeduRepository = skillsexpeduRepository;
     this.countryRepository = countryRepository;
     this.stateRepository = stateRepository;
     this.userRepository = userRepository;
     this.applicanteducertlicenseRepository = applicanteducertlicenseRepository;
 }
コード例 #28
0
ファイル: ContactsController.cs プロジェクト: absdk/RslSDK
 public ContactsController(ICompanyRepository companyRepository, ICountryRepository countryRepository, IStateRepository stateRepository, IContactProfessionTypeRepository contactprofessiontypeRepository, IRatingScaleRepository ratingscaleRepository, IUserRepository userRepository, IContactRepository contactRepository)
 {
     this.companyRepository = companyRepository;
     this.countryRepository = countryRepository;
     this.stateRepository = stateRepository;
     this.contactprofessiontypeRepository = contactprofessiontypeRepository;
     this.ratingscaleRepository = ratingscaleRepository;
     this.userRepository = userRepository;
     this.contactRepository = contactRepository;
 }
コード例 #29
0
ファイル: AdminService.cs プロジェクト: Titof2123709/Auction2
 public AdminService(IUnitOfWork uow, IUserRepository userRepository, IRoleRepository roleRepository, ILotRepository lotRepository, ICathegoryRepository cathegoryRepository, IProfileRepository profileRepository, ICountryRepository countryRepository)
 {
     this.uow = uow;
     this.userRepository = userRepository;
     this.roleRepository = roleRepository;
     this.lotRepository = lotRepository;
     this.cathegoryRepository = cathegoryRepository;
     this.profileRepository = profileRepository;
     this.countryRepository = countryRepository;
 }
コード例 #30
0
 public DataTransferBuilder(IUserRepository userRepository, ICountryRepository countryRepository, IAccountRepository accountRepository, IProductRepository productRepository, ICategoryRepository categoryRepository, IRouteRepository routeRepository, IOutletRepository outletRepository)
 {
     _userRepository = userRepository;
        _countryRepository = countryRepository;
        _accountRepository = accountRepository;
        _productRepository = productRepository;
        _categoryRepository = categoryRepository;
        _routeRepository = routeRepository;
        _outletRepository = outletRepository;
 }
コード例 #31
0
 public CountryConsumerV2Service(IGraphQLClient client, ICountryRepository repository, IMapper mapper)
 {
     _client     = client;
     _repository = repository;
     _mapper     = mapper;
 }
コード例 #32
0
 public CountryService(ICountryRepository countryRepository)
 {
     _countryRepository = countryRepository;
 }
コード例 #33
0
 public CountriesController(ICountryRepository countryRepository)
 {
     this.countryRepository = countryRepository;
 }
コード例 #34
0
 public RestServicesSupervisor(ICountryRepository countryRepository)
 {
     _countryRepository = countryRepository;
 }
コード例 #35
0
 public CountriesController(ICountryRepository countryRepository, IAuthorRepository authorRepository)
 {
     _countryRepository = countryRepository;
     _authorRepository  = authorRepository;
 }
 public CountryController(ICountryRepository countryRepository)
 {
     _countryRepository = countryRepository;
 }
コード例 #37
0
 public RiderRepository(IDatabaseContext databaseContext, ICountryRepository countryRepository)
 {
     _context           = databaseContext;
     _countryRepository = countryRepository;
 }
コード例 #38
0
 public StateManager(IStateRepository stateRepository, ICountryRepository countryRepository)
 {
     _stateRepository   = stateRepository;
     _countryRepository = countryRepository;
 }
コード例 #39
0
 public AuthorsController(IAuthorRepository authorRepository, IBookRepository bookRepository, ICountryRepository countryRepository)
 {
     _authorRepository  = authorRepository;
     _bookRepository    = bookRepository;
     _countryRepository = countryRepository;
 }
コード例 #40
0
 public CountryService(IUnitOfWork unitOfWork, ICountryRepository countryRepository)
     : base(unitOfWork, countryRepository)
 {
     _unitOfWork        = unitOfWork;
     _countryRepository = countryRepository;
 }