We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75c530d commit c668cc2Copy full SHA for c668cc2
Controllers/CronsController.cs
@@ -1,7 +1,7 @@
1
using System.Linq;
2
using System.Web.Mvc;
3
using Alexr03.Common.TCAdmin.Web.Binders;
4
-using Alexr03.Common.Web.Helpers;
+using Alexr03.Common.Web.Extensions;
5
using Newtonsoft.Json.Linq;
6
using TCAdmin.SDK.VirtualFileSystem;
7
using TCAdmin.SDK.Web.FileManager;
Views/TCAdminCrons.Controllers/Crons/MinecraftGameUpdate.cshtml
@using System.Web.Mvc.Ajax
@using System.Web.Mvc.Html
@using Alexr03.Common.Misc.Strings
-@using Alexr03.Common.Web.Helpers
+@using Alexr03.Common.Web.Extensions
@using Kendo.Mvc.Extensions
@using Kendo.Mvc.UI
@using TCAdmin.SDK.Web.MVC.Extensions
0 commit comments