mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-02-02 13:07:34 +00:00
test
This commit is contained in:
parent
f94ce8800c
commit
a797d998fe
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ namespace Project_Unite
|
||||||
ndb.AuditLogs.Add(alog);
|
ndb.AuditLogs.Add(alog);
|
||||||
await ndb.SaveChangesAsync();
|
await ndb.SaveChangesAsync();
|
||||||
};
|
};
|
||||||
smtp.SendAsync(sMsg, null);
|
smtp.Send(sMsg);
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue