Skip to content

Commit 65bee9e

Browse files
committed
Несоответствие неймспейса контроллера
1 parent 4fbab7c commit 65bee9e

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

src/OneScript/Application/ScriptedController.cs

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,15 @@
11
using System;
2-
using System.Collections.Generic;
3-
using System.Linq;
4-
using System.Runtime.CompilerServices;
5-
using System.Threading.Tasks;
62
using Microsoft.AspNetCore.Mvc;
73
using Microsoft.AspNetCore.Mvc.ViewFeatures;
8-
using OneScript.WebHost.Application;
4+
using OneScript.WebHost.Infrastructure;
95
using ScriptEngine;
106
using ScriptEngine.Environment;
117
using ScriptEngine.HostedScript.Library;
128
using ScriptEngine.HostedScript.Library.Binary;
139
using ScriptEngine.Machine;
1410
using ScriptEngine.Machine.Contexts;
1511

16-
namespace OneScript.WebHost.Infrastructure
12+
namespace OneScript.WebHost.Application
1713
{
1814
[NonController]
1915
public class ScriptedController : ScriptDrivenObject

0 commit comments

Comments
 (0)