From 74877f874e401d29f0576c5027abba83587103f3 Mon Sep 17 00:00:00 2001 From: Sergey Chebotar Date: Wed, 8 Dec 2021 13:58:37 +0300 Subject: Rename to RehauSku --- Source/Assistant/IProduct.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Assistant/IProduct.cs') diff --git a/Source/Assistant/IProduct.cs b/Source/Assistant/IProduct.cs index d5db286..e469ff8 100644 --- a/Source/Assistant/IProduct.cs +++ b/Source/Assistant/IProduct.cs @@ -1,4 +1,4 @@ -namespace Rehau.Sku.Assist +namespace RehauSku.Assist { interface IProduct { -- cgit v1.2.3 From dc1fc8b221e9324fe0f82c4ea4a32d87d282bd25 Mon Sep 17 00:00:00 2001 From: Sergey Chebotar Date: Wed, 8 Dec 2021 14:45:14 +0300 Subject: refactoring namespaces --- Source/Assistant/IProduct.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Assistant/IProduct.cs') diff --git a/Source/Assistant/IProduct.cs b/Source/Assistant/IProduct.cs index e469ff8..9494eeb 100644 --- a/Source/Assistant/IProduct.cs +++ b/Source/Assistant/IProduct.cs @@ -1,4 +1,4 @@ -namespace RehauSku.Assist +namespace RehauSku.Assistant { interface IProduct { -- cgit v1.2.3