Skip to content

Commit c648cb7

Browse files
committed
1397 Add polymorphism support to generated OpenAPI json and UI:
- Properly reverted untouched files;
1 parent 32d8e24 commit c648cb7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

VirtoCommerce.Platform.Core/Common/AttributeExtensions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22
using System.Linq;
33

44
namespace VirtoCommerce.Platform.Core.Common

VirtoCommerce.Platform.Core/Modularity/ManifestModuleInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System.Collections.Generic;
1+
using System.Collections.Generic;
22
using System.Linq;
33
using VirtoCommerce.Platform.Core.Common;
44

VirtoCommerce.Platform.Core/Modularity/ModuleManifest.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System.Xml.Serialization;
1+
using System.Xml.Serialization;
22

33
namespace VirtoCommerce.Platform.Core.Modularity
44
{

VirtoCommerce.Platform.Data/Common/AssemblyExtensions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22
using System.Collections.Generic;
33
using System.Linq;
44
using System.Reflection;

0 commit comments

Comments
 (0)