บันทึกไฟล์หนังสือเวียน
This commit is contained in:
parent
60dc1025a9
commit
4d420a8443
7 changed files with 16373 additions and 5 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue