Compare commits
No commits in common. "5202ee7bd6bf3cb41d34b6ba08603586ff08c759" and "702e20c8345dd5a029abf460be8f995d2e23655b" have entirely different histories.
5202ee7bd6
...
702e20c834
|
|
@ -162,12 +162,6 @@ namespace IRaCIS.Core.Application.Contracts
|
|||
|
||||
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.ReviewStatus = info.ReviewStatus;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue