@@ -231,6 +231,7 @@ namespace IRaCIS.Core.Application.Service
|
||||
await _attachmentrepository.DeleteFromQueryAsync(a => a.DoctorId == attachment.DoctorId && a.Type == attachment.Type);
|
||||
}
|
||||
|
||||
attachment.UpdateTime = DateTime.Now;
|
||||
await _attachmentrepository.UpdateFromDTOAsync(attachment);
|
||||
|
||||
await _attachmentrepository.SaveChangesAsync();
|
||||
|
||||
Reference in New Issue
Block a user