This commit is contained in:
2020-11-27 19:55:33 +00:00
parent 54b9455e74
commit f264f012ed
6 changed files with 16 additions and 32 deletions

View File

@@ -1,11 +0,0 @@
using System.Collections.Generic;
namespace AyaNova.Api.ControllerHelpers
{
internal static class ImportModeFromContext
{
internal static bool ImportMode(IDictionary<object, object> HttpContextItems)
{
return HttpContextItems["AY_IMPORT_MODE"] != null;
}
}
}//eons