mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-11 15:52:25 -05:00
Moved application into webfront core project
This commit is contained in:
@ -74,9 +74,9 @@ namespace SharedLibrary.Database
|
||||
context.SaveChanges();
|
||||
}
|
||||
|
||||
catch (Exception e)
|
||||
catch (Exception)
|
||||
{
|
||||
var a = 1;
|
||||
|
||||
}
|
||||
|
||||
if (recreateContext)
|
||||
@ -152,9 +152,9 @@ namespace SharedLibrary.Database
|
||||
context.SaveChanges();
|
||||
}
|
||||
|
||||
catch (Exception e)
|
||||
catch (Exception)
|
||||
{
|
||||
var a = 1;
|
||||
|
||||
}
|
||||
|
||||
if (recreateContext)
|
||||
@ -208,9 +208,9 @@ namespace SharedLibrary.Database
|
||||
context.SaveChanges();
|
||||
}
|
||||
|
||||
catch (Exception e)
|
||||
catch (Exception)
|
||||
{
|
||||
var a = 1;
|
||||
|
||||
}
|
||||
|
||||
if (recreateContext)
|
||||
|
Reference in New Issue
Block a user