Merge branch 'develop' into work

This commit is contained in:
Kittapath 2023-08-04 16:18:18 +07:00
commit c56e3b06b9
12 changed files with 849 additions and 29 deletions

View file

@ -317,5 +317,10 @@ namespace BMA.EHR.Infrastructure.Persistence
{
return base.SaveChangesAsync();
}
public void Attatch<T>(T entity) where T : class
{
Attach(entity);
}
}
}