diff options
| author | Michael <[email protected]> | 2017-05-18 13:13:45 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-05-18 13:13:45 -0400 |
| commit | e572dcc528b95cc7cfc2475648d1e7558248e357 (patch) | |
| tree | a4d502c38fdfaf6659a7d1bb5af6fc208069ba5d | |
| parent | 7bd59c1e8a0c55a8969b444d5fcebd9eaae16c49 (diff) | |
| download | project-unite-e572dcc528b95cc7cfc2475648d1e7558248e357.tar.gz project-unite-e572dcc528b95cc7cfc2475648d1e7558248e357.tar.bz2 project-unite-e572dcc528b95cc7cfc2475648d1e7558248e357.zip | |
gahhhhhhh
| -rw-r--r-- | Project-Unite/App_Start/IdentityConfig.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Project-Unite/App_Start/IdentityConfig.cs b/Project-Unite/App_Start/IdentityConfig.cs index 0adcd80..520f060 100644 --- a/Project-Unite/App_Start/IdentityConfig.cs +++ b/Project-Unite/App_Start/IdentityConfig.cs @@ -59,6 +59,7 @@ namespace Project_Unite string exc = sb.ToString(); var db = new ApplicationDbContext(); db.AuditLogs.Add(new AuditLog("system", AuditLogLevel.Admin, exc)); + db.SaveChanges(); } return Task.FromResult<DeliveryResponse>(result); } |
