Esempio n. 1
0
 public CityService(SearchJobContext context, IMapper mapper) : base(context, mapper)
 {
 }
Esempio n. 2
0
 public CompanyService(SearchJobContext searchJob, IMapper mapper, IWebHostEnvironment hostingEnvironment)
 {
     _context = searchJob;
     _mapper  = mapper;
     _hosting = hostingEnvironment;
 }
Esempio n. 3
0
 public AdvertismentService(SearchJobContext context, IMapper mapper) : base(context, mapper)
 {
 }
Esempio n. 4
0
 public JobLevelService(SearchJobContext context, IMapper mapper) : base(context, mapper)
 {
 }
Esempio n. 5
0
 public BaseService(SearchJobContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Esempio n. 6
0
 public BaseCRUDService(SearchJobContext context, IMapper mapper) : base(context, mapper)
 {
 }
Esempio n. 7
0
 public ApplicationService(SearchJobContext context, IMapper mapper) : base(context, mapper)
 {
 }
Esempio n. 8
0
 public CompanyServi(SearchJobContext context, IMapper mapper) : base(context, mapper)
 {
 }
Esempio n. 9
0
 public GenderService(SearchJobContext context, IMapper mapper) : base(context, mapper)
 {
 }