mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 23:31:13 -05:00
added MySQL support
fixed login bug IW3 official support
This commit is contained in:
@ -15,6 +15,11 @@ namespace SharedLibraryCore.Services
|
||||
private dynamic _context;
|
||||
private DbSet<TEntity> _dbSet;
|
||||
|
||||
~GenericRepository()
|
||||
{
|
||||
_context.Dispose();
|
||||
}
|
||||
|
||||
protected DbContext Context
|
||||
{
|
||||
get
|
||||
|
Reference in New Issue
Block a user