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