Bläddra i källkod

A bit of order

Piotr Czajkowski 5 månader sedan
förälder
incheckning
13bb167633

+ 1 - 0
ExcelORM/ExcelORM/ExcelDynamicWriter.cs

@@ -1,4 +1,5 @@
 using ClosedXML.Excel;
+using ExcelORM.Interfaces;
 using ExcelORM.Models;
 
 namespace ExcelORM;

+ 1 - 0
ExcelORM/ExcelORM/ExcelWriter.cs

@@ -1,5 +1,6 @@
 using ClosedXML.Excel;
 using ExcelORM.Attributes;
+using ExcelORM.Interfaces;
 using ExcelORM.Models;
 
 namespace ExcelORM;

+ 1 - 1
ExcelORM/ExcelORM/IExcelConverter.cs → ExcelORM/ExcelORM/Interfaces/IExcelConverter.cs

@@ -1,4 +1,4 @@
-namespace ExcelORM;
+namespace ExcelORM.Interfaces;
 
 /// <summary>
 /// A tool with which I'm working is using Aspose.Cells. I don't know if it's Aspose or this tool usage of it,