fixed up IW5 parser with new event system
changed login alias to li (duplicate) fixed crashing bug in generic repo fixed anonymous name in access to web console
This commit is contained in:
@ -15,11 +15,6 @@ namespace SharedLibraryCore.Services
|
||||
private dynamic _context;
|
||||
private DbSet<TEntity> _dbSet;
|
||||
|
||||
~GenericRepository()
|
||||
{
|
||||
_context.Dispose();
|
||||
}
|
||||
|
||||
protected DbContext Context
|
||||
{
|
||||
get
|
||||
|
Reference in New Issue
Block a user