Example #1
0
 public AuditTypeOutput Execute(int id)
 {
     return(_mapper.Map <AuditType, AuditTypeOutput>(_auditTypeRepository.Get(id)));
 }