Пример #1
0
 public SearchService(TradeUnionCommitteeContext context, HashIdConfiguration hashIdUtilities, AutoMapperConfiguration mapperService, ITrigramSearchRepository searchRepository)
 {
     _context          = context;
     _hashIdUtilities  = hashIdUtilities;
     _mapperService    = mapperService;
     _searchRepository = searchRepository;
 }
 public PdfService(TradeUnionCommitteeContext context, IMapper mapper, IReportPdfBucketService pdfBucketService, IReportGeneratorService reportGeneratorService)
 {
     _context                = context;
     _mapper                 = mapper;
     _pdfBucketService       = pdfBucketService;
     _reportGeneratorService = reportGeneratorService;
 }
Пример #3
0
 public PdfService(TradeUnionCommitteeContext context, AutoMapperConfiguration mapperService, HashIdConfiguration hashIdUtilities, IReportPdfBucketService pdfBucketService, IReportGeneratorService reportGeneratorService)
 {
     _context                = context;
     _mapperService          = mapperService;
     _hashIdUtilities        = hashIdUtilities;
     _pdfBucketService       = pdfBucketService;
     _reportGeneratorService = reportGeneratorService;
 }
Пример #4
0
 public DashboardService(TradeUnionCommitteeContext context, IMapper mapper,
                         IForecastingService forecastingService,
                         IDeterminingService determiningService)
 {
     _context            = context;
     _mapper             = mapper;
     _forecastingService = forecastingService;
     _determiningService = determiningService;
 }
Пример #5
0
 public GiftChildrenService(TradeUnionCommitteeContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
 public HobbyService(TradeUnionCommitteeContext context, AutoMapperConfiguration mapperService, HashIdConfiguration hashIdUtilities)
 {
     _context         = context;
     _mapperService   = mapperService;
     _hashIdUtilities = hashIdUtilities;
 }
Пример #7
0
 public CulturalFamilyService(TradeUnionCommitteeContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
 public ActivityGrandChildrenService(TradeUnionCommitteeContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
 public FluorographyEmployeesService(TradeUnionCommitteeContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
 public PrivilegesService(TradeUnionCommitteeContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
 public ApartmentAccountingEmployeesService(TradeUnionCommitteeContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
 public ApartmentAccountingEmployeesService(TradeUnionCommitteeContext context, AutoMapperConfiguration mapperService, HashIdConfiguration hashIdUtilities)
 {
     _context         = context;
     _mapperService   = mapperService;
     _hashIdUtilities = hashIdUtilities;
 }
Пример #13
0
 public ActivityGrandChildrenService(TradeUnionCommitteeContext context, AutoMapperConfiguration mapperService, HashIdConfiguration hashIdUtilities)
 {
     _context         = context;
     _mapperService   = mapperService;
     _hashIdUtilities = hashIdUtilities;
 }
 public DepartmentalService(TradeUnionCommitteeContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Пример #15
0
 public DashboardService(TradeUnionCommitteeContext context, IMapper mapper, ITestService testService)
 {
     _context     = context;
     _mapper      = mapper;
     _testService = testService;
 }
 public SubdivisionsService(TradeUnionCommitteeContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Пример #17
0
 public TrigramSearchRepository(TradeUnionCommitteeContext db)
 {
     _dbContext = db;
 }
 public QualificationService(TradeUnionCommitteeContext context)
 {
     _context = context;
 }
Пример #19
0
 public TravelService(TradeUnionCommitteeContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Пример #20
0
 public SocialActivityEmployeesService(TradeUnionCommitteeContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
 public FluorographyEmployeesService(TradeUnionCommitteeContext context, AutoMapperConfiguration mapperService, HashIdConfiguration hashIdUtilities)
 {
     _context         = context;
     _mapperService   = mapperService;
     _hashIdUtilities = hashIdUtilities;
 }
Пример #22
0
 public ReferenceParent(TradeUnionCommitteeContext context, HashIdConfiguration hashIdUtilities)
 {
     _context         = context;
     _hashIdUtilities = hashIdUtilities;
 }
Пример #23
0
 public PrivateHouseEmployeesService(TradeUnionCommitteeContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
 public ActivityFamilyService(TradeUnionCommitteeContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Пример #25
0
 public DormitoryService(TradeUnionCommitteeContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
 public DashboardService(TradeUnionCommitteeContext context, AutoMapperConfiguration mapperService)
 {
     _context       = context;
     _mapperService = mapperService;
 }
Пример #27
0
 public WellnessFamilyService(TradeUnionCommitteeContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Пример #28
0
 public MaterialAidEmployeesService(TradeUnionCommitteeContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
 public EmployeeService(TradeUnionCommitteeContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Пример #30
0
 public SearchService(TradeUnionCommitteeContext context, IMapper mapper, ITrigramSearchRepository searchRepository)
 {
     _context          = context;
     _mapper           = mapper;
     _searchRepository = searchRepository;
 }