แก้บั้กบันทึกคำสั่งไม่ได้
เพิ่มการใส่ค่าผู้ทำรายการใน GenericRepoository
This commit is contained in:
parent
71c8ff95e4
commit
e8607f76fa
4 changed files with 29 additions and 12 deletions
|
|
@ -313,5 +313,10 @@ namespace BMA.EHR.Infrastructure.Persistence
|
|||
{
|
||||
return base.SaveChangesAsync();
|
||||
}
|
||||
|
||||
public void Attatch<T>(T entity) where T : class
|
||||
{
|
||||
Attach(entity);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue