diff options
Diffstat (limited to 'src/PriceListTools/ExportTool.cs')
-rw-r--r-- | src/PriceListTools/ExportTool.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/PriceListTools/ExportTool.cs b/src/PriceListTools/ExportTool.cs index 4e51563..3fe1ccd 100644 --- a/src/PriceListTools/ExportTool.cs +++ b/src/PriceListTools/ExportTool.cs @@ -1,9 +1,9 @@ using Microsoft.Office.Interop.Excel; using System; using System.Collections.Generic; -using RehauSku.Interface; +using RhSolutions.Interface; -namespace RehauSku.PriceListTools +namespace RhSolutions.PriceListTools { internal class ExportTool : AbstractTool { |