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