mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Rename context.
This commit is contained in:
@@ -50,7 +50,7 @@ namespace Aaru.Server.Task
|
||||
|
||||
start = DateTime.UtcNow;
|
||||
System.Console.WriteLine("{0}: Connecting to database...", DateTime.UtcNow);
|
||||
var ctx = new DicServerContext();
|
||||
var ctx = new AaruServerContext();
|
||||
end = DateTime.UtcNow;
|
||||
System.Console.WriteLine("{0}: Took {1:F2} seconds", end, (end - start).TotalSeconds);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user