Insurance Edit Custom modal bug fixed - employee bank info updated
This commit is contained in:
@@ -18,6 +18,10 @@ namespace _0_Framework.InfraStructure
|
||||
_context = context;
|
||||
}
|
||||
|
||||
public void AddRange(IEnumerable<T> entities)
|
||||
{
|
||||
_context.AddRange(entities);
|
||||
}
|
||||
public void Create(T entity)
|
||||
{
|
||||
_context.Add(entity);
|
||||
|
||||
Reference in New Issue
Block a user