1
0
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:
RaidMax
2018-02-27 21:27:23 -06:00
parent 2a6878351b
commit 370c9ede04
50 changed files with 45 additions and 5235 deletions

View File

@ -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)