This commit is contained in:
2020-06-04 19:34:32 +00:00
parent d670c68b5f
commit e10e091fec
2 changed files with 5 additions and 4 deletions

View File

@@ -28,10 +28,6 @@ namespace AyaNova.Util
{
get
{
// System.Diagnostics.Debug.WriteLine((new System.Diagnostics.StackTrace()).GetFrame(1).GetMethod().Name);
// System.Diagnostics.Debug.WriteLine((new System.Diagnostics.StackTrace()).ToString().Substring(56,80));
return Scope.ServiceProvider.GetRequiredService<AyContext>();
}
}