public AnualEmploymentSubsidyController(IMapper mapper, ICatalogServiceSearch <AnualEmploymentSubsidy, AnualEmploymentSubsidyDTO> service) { _mapper = mapper; _searchService = service; }
public IMSSEmployerTableController(IMapper mapper, ICatalogServiceSearch <IMSSEmployerTable, IMSSEmployerTableDTO> service) { _mapper = mapper; _searchService = service; }
public MonthlyEmploymentSubsidyController(IMapper mapper, ICatalogServiceSearch <MonthlyEmploymentSubsidy, MonthlyEmploymentSubsidyDTO> service) { _mapper = mapper; _searchService = service; }
public MonthlyIncomeTaxesController(IMapper mapper, ICatalogServiceSearch <MonthlyIncomeTax, MonthlyIncomeTaxDTO> service) { _mapper = mapper; _searchService = service; }
public DepartmentsController(IMapper mapper, ICatalogServiceSearch <Department, DepartmentDTO> service, IDepartmentService departmentService) { _mapper = mapper; _searchService = service; _departmentService = departmentService; }
public AnualIncomeTaxesController(IMapper mapper, ICatalogServiceSearch <AnualIncomeTax, AnualIncomeTaxDTO> service) { _mapper = mapper; _searchService = service; }
public AreasController(IMapper mapper, ICatalogServiceSearch <Area, AreaDTO> service, IAreasService areasService) { _mapper = mapper; _searchService = service; _service = areasService; }
public InfonavitInsuranceController(IMapper mapper, ICatalogServiceSearch <InfonavitInsurance, InfonavitInsuranceDTO> service) { _mapper = mapper; _searchService = service; }
public MinimumSalariesController(IMapper mapper, ICatalogServiceSearch <MinimunSalary, MinimumSalaryDTO> service) { _mapper = mapper; _searchService = service; }
public EmployeeController(IMapper mapper, ICatalogServiceSearch <Employee, EmployeeDTO> service) { _mapper = mapper; _searchService = service; }
public SGDFLimitsController(IMapper mapper, ICatalogServiceSearch <SGDFLimits, SGDFLimitsDTO> service) { _mapper = mapper; _searchService = service; }