public SalaryDto GetSalary(GetSalaryInput input) { return(Mapper.Map <SalaryDto>(_salaryRepository.Get(input.SalaryId))); }