performance, index tuning etc

This commit is contained in:
2021-10-20 17:33:42 +00:00
parent 52428ef5cf
commit 8f79c06344
5 changed files with 57 additions and 52 deletions

View File

@@ -20,8 +20,6 @@ namespace AyaNova.Biz
/// <returns></returns>
internal static async Task LogEventToDatabaseAsync(Event newEvent, AyContext ct)
{
//System.Diagnostics.Debug.WriteLine($"Event log event for {newEvent.AyId}:{newEvent.AyaType} {newEvent.AyEvent} {newEvent.Created}");
await ct.Event.AddAsync(newEvent);
await ct.SaveChangesAsync();
}