Compare commits
2 Commits
702e20c834
...
5202ee7bd6
| Author | SHA1 | Date |
|---|---|---|
|
|
5202ee7bd6 | |
|
|
424a05c211 |
|
|
@ -162,6 +162,12 @@ namespace IRaCIS.Core.Application.Contracts
|
||||||
|
|
||||||
var info=await _doctorRepository.AddAsync(doctor,true);
|
var info=await _doctorRepository.AddAsync(doctor,true);
|
||||||
|
|
||||||
|
//await _userRepository.BatchUpdateNoTrackingAsync(x => x.EMail == inDto.EmailOrPhone, x => new User()
|
||||||
|
//{
|
||||||
|
// DoctorId = info.DoctorId,
|
||||||
|
|
||||||
|
//});
|
||||||
|
|
||||||
result.DoctorId = info.Id;
|
result.DoctorId = info.Id;
|
||||||
result.ReviewStatus = info.ReviewStatus;
|
result.ReviewStatus = info.ReviewStatus;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue