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