diff --git a/TypeScript.ContractGenerator.Tests/CustomTypeGenerators/MethodTypeBuildingContext.cs b/TypeScript.ContractGenerator/TypeBuilders/MethodTypeBuildingContext.cs similarity index 94% rename from TypeScript.ContractGenerator.Tests/CustomTypeGenerators/MethodTypeBuildingContext.cs rename to TypeScript.ContractGenerator/TypeBuilders/MethodTypeBuildingContext.cs index 862db37..160dac5 100644 --- a/TypeScript.ContractGenerator.Tests/CustomTypeGenerators/MethodTypeBuildingContext.cs +++ b/TypeScript.ContractGenerator/TypeBuilders/MethodTypeBuildingContext.cs @@ -4,9 +4,8 @@ using SkbKontur.TypeScript.ContractGenerator.Abstractions; using SkbKontur.TypeScript.ContractGenerator.CodeDom; using SkbKontur.TypeScript.ContractGenerator.Extensions; -using SkbKontur.TypeScript.ContractGenerator.TypeBuilders; -namespace SkbKontur.TypeScript.ContractGenerator.Tests.CustomTypeGenerators +namespace SkbKontur.TypeScript.ContractGenerator.TypeBuilders { public class MethodTypeBuildingContext : TypeBuildingContext {