บันทึกไฟล์หนังสือเวียน

This commit is contained in:
Kittapath 2023-09-14 00:10:03 +07:00
parent 60dc1025a9
commit 4d420a8443
7 changed files with 16373 additions and 5 deletions

View file

@ -250,7 +250,8 @@ namespace BMA.EHR.Application.Repositories.Reports
.Where(x => x.Id == id)
.FirstOrDefaultAsync();
if (data != null)
data.Document = file;
data.DocumentForward = file;
await _dbContext.SaveChangesAsync();
}
#endregion