Merge branch 'develop' into work
This commit is contained in:
commit
c56e3b06b9
12 changed files with 849 additions and 29 deletions
|
|
@ -317,5 +317,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