Esempio n. 1
0
 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;
 }
 public ApplicantAdditionalAddressesController(IApplicantRepository applicantRepository, ICountryRepository countryRepository, IStateRepository stateRepository, IApplicantAdditionalAddressRepository applicantadditionaladdressRepository)
 {
     this.applicantRepository = applicantRepository;
     this.countryRepository = countryRepository;
     this.stateRepository = stateRepository;
     this.applicantadditionaladdressRepository = applicantadditionaladdressRepository;
 }
 public AccountController(ICountryInitRepository initRepo, ICountryRepository repo, IGamerRepository gamerRepo)
 {
     logger.Info("AccountController");
     countryInitRepository = initRepo;
     countryRepository = repo;
     gamerRepository = gamerRepo;
 }
 public PhotoOverviewViewModel(IFlickrRepository flickrRepository, IContinentRepository continentRepository, ICountryRepository countryRepository, ICityRepository cityRepository)
 {
     _flickrRepository = flickrRepository;
     _continentRepository = continentRepository;
     _countryRepository = countryRepository;
     _cityRepository = cityRepository;
 }
        public OrderAddressViewModel(OrderAddress addressItem, ICountryRepository countryRepository)
        {
            _countryRepository = countryRepository;

            this.AddressItem = addressItem;
            this.AddressItem.PropertyChanged += InnerItem_PropertyChanged;
        }
Esempio n. 6
0
 public MapController(ICountryInitRepository repo, ICountryRepository countryRepo, IGamerRepository gamerRepo)
 {
     logger.Info("Map: MapController");
     repository = repo;
     countryRepository = countryRepo;
     gamerRepository = gamerRepo;
 }
 public CafesController(ICafeRepository cafeRepository, ICountryRepository countryRepository, LocalizationService localizationService, IOutputCacheDependencies outputCacheDependencies)
 {
     mLocalizationService = localizationService;
     mCountryRepository = countryRepository;
     mCafeRepository = cafeRepository;
     mOutputCacheDependencies = outputCacheDependencies;
 }
Esempio n. 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;
 }
Esempio n. 9
0
 public UserService(IUserRepository userRepository, ICountryRepository countryRepository,
     IEmailSender emailSender, ISmsSender smsSender)
 {
     this.userRepository = userRepository;
     this.countryRepository = countryRepository;
     this.emailSender = emailSender;
     this.smsSender = smsSender;
 }
 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;
 }
 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;
 }
        public CountryRepositoryController(ICountryRepository countryRepository, IInitializeRepositoriesHandler initializeRepositoriesHandler)
        {
            _countryRepository = countryRepository;

            initializeRepositoriesHandler.Controller = this;

            AddHandler(initializeRepositoriesHandler);
        }
Esempio n. 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;
 }
 public DistrictViewModelBuilder( ICountryRepository countryRepository,
 IProvincesRepository provinceRepository,
 IDistrictRepository districtRepository)
 {
     _countryRepository = countryRepository;
     _provinceRepository = provinceRepository;
     _districtRepository = districtRepository;
 }
 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;
 }
 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;
 }
 public DropDownjQueryAjaxPostController(
     IContinentRepository continentRepository ,
     ICountryRepository countryRepository ,
     ICityRepository cityRepository )
 {
     this._continentRepository = continentRepository;
     this._countryRepository = countryRepository;
     this._cityRepository = cityRepository;
 }
 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;
 }
Esempio n. 19
0
 public BunkerController(ICountryRepository countryRepo, IBattlemechRepository battlemechRepo, IArmyRepository armyRepo,
                         IGamerRepository gamerRepo)
 {
     logger.Info("BunkerController: BunkerController");
     countryRepository = countryRepo;
     battlemechRepository = battlemechRepo;
     armyRepository = armyRepo;
     gamerRepository = gamerRepo;
 }
Esempio n. 20
0
		public SenderController(
			ISenderService senders,
			IIdentityService identity,
			ICountryRepository countries)
		{
			_senders = senders;
			_identity = identity;
			_countries = countries;
		}
Esempio n. 21
0
 public RegionViewModelBuilder(IRegionRepository regionRepository, ICountryRepository countryRepository,IDistrictRepository districtRepository,
 IProvincesRepository provinceRepository, IMasterDataUsage masterDataUsage)
 {
     _regionRepository = regionRepository;
     _countryRepository = countryRepository;
     _provinceRepository = provinceRepository;
     _districtRepository = districtRepository;
     _masterDataUsage = masterDataUsage;
 }
 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;
 }
        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;
        }
 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;
 }
 public FactoryController(IDesignRepository designRepo, IGamerRepository gamerRepo, IArmyRepository armyRepo, 
                          ICountryRepository countryRepo, IBattlemechRepository battlemechRepo)
 {
     designRepository = designRepo;
     gamerRepository = gamerRepo;
     armyRepository = armyRepo;
     countryRepository = countryRepo;
     battlemechRepository = battlemechRepo;
 }
Esempio n. 26
0
 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;
 }
 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;
 }
Esempio n. 28
0
 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;
 }
Esempio n. 29
0
 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;
 }
Esempio n. 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;
 }
Esempio n. 31
0
 public CountryConsumerV2Service(IGraphQLClient client, ICountryRepository repository, IMapper mapper)
 {
     _client     = client;
     _repository = repository;
     _mapper     = mapper;
 }
Esempio n. 32
0
 public CountryService(ICountryRepository countryRepository)
 {
     _countryRepository = countryRepository;
 }
Esempio n. 33
0
 public CountriesController(ICountryRepository countryRepository)
 {
     this.countryRepository = countryRepository;
 }
Esempio n. 34
0
 public RestServicesSupervisor(ICountryRepository countryRepository)
 {
     _countryRepository = countryRepository;
 }
 public CountriesController(ICountryRepository countryRepository, IAuthorRepository authorRepository)
 {
     _countryRepository = countryRepository;
     _authorRepository  = authorRepository;
 }
 public CountryController(ICountryRepository countryRepository)
 {
     _countryRepository = countryRepository;
 }
Esempio n. 37
0
 public RiderRepository(IDatabaseContext databaseContext, ICountryRepository countryRepository)
 {
     _context           = databaseContext;
     _countryRepository = countryRepository;
 }
Esempio n. 38
0
 public StateManager(IStateRepository stateRepository, ICountryRepository countryRepository)
 {
     _stateRepository   = stateRepository;
     _countryRepository = countryRepository;
 }
Esempio n. 39
0
 public AuthorsController(IAuthorRepository authorRepository, IBookRepository bookRepository, ICountryRepository countryRepository)
 {
     _authorRepository  = authorRepository;
     _bookRepository    = bookRepository;
     _countryRepository = countryRepository;
 }
Esempio n. 40
0
 public CountryService(IUnitOfWork unitOfWork, ICountryRepository countryRepository)
     : base(unitOfWork, countryRepository)
 {
     _unitOfWork        = unitOfWork;
     _countryRepository = countryRepository;
 }