Пример #1
0
 public SalaryDto GetSalary(GetSalaryInput input)
 {
     return(Mapper.Map <SalaryDto>(_salaryRepository.Get(input.SalaryId)));
 }