Forráskód Böngészése

Addjust namespaces

Dalibor Votruba 6 éve
szülő
commit
c24ae4d29e

+ 1 - 1
Common/Data/Extensions/SqlCommandExt.cs

@@ -3,7 +3,7 @@ using System.Data;
 using System.Data.SqlClient;
 using System.Text;
 
-namespace Crestyl.DMS.Console.Migration.Commands.Migration.Assets
+namespace Quadarax.Foundation.Common.Data.Extensions
 {
     public static class SqlCommandExt
     {

+ 1 - 1
Common/Xml/Extensions/XPathNavigatorExt.cs

@@ -2,7 +2,7 @@
 using System.ComponentModel;
 using System.Xml.XPath;
 
-namespace Quadarax.Foundation.Common.Extensions
+namespace Quadarax.Foundation.Common.Xml.Extensions
 {
     public static class XPathNavigatorExt
     {

+ 1 - 1
Common/Xml/Extensions/XmlNodeExt.cs

@@ -2,7 +2,7 @@
 using System.ComponentModel;
 using System.Xml;
 
-namespace Quadarax.Foundation.Common.Extensions
+namespace Quadarax.Foundation.Common.Xml.Extensions
 {
     public static class XmlNodeExt
     {

+ 1 - 1
Common/Xml/Extensions/XmlReaderExt.cs

@@ -2,7 +2,7 @@
 using System.ComponentModel;
 using System.Xml;
 
-namespace Quadarax.Foundation.Common.Extensions
+namespace Quadarax.Foundation.Common.Xml.Extensions
 {
     public static class XmlReaderExt
     {