performance, index tuning etc
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user