public void AddOrUpdate(DoctorRequestDTO entity) { var addCommand = _mapper.Map <Doctor>(entity); _doctorService.AddOrUpdate(addCommand); }