diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2021-12-08 14:45:14 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2021-12-08 14:45:14 +0300 |
commit | dc1fc8b221e9324fe0f82c4ea4a32d87d282bd25 (patch) | |
tree | fc5f6700861396f267b063be4412d1778c8f1227 /Source/Assistant/StoreResponse.cs | |
parent | 8a869e73fb1873b1f85203b7a4a18dc8a2325a11 (diff) |
refactoring namespaces
Diffstat (limited to 'Source/Assistant/StoreResponse.cs')
-rw-r--r-- | Source/Assistant/StoreResponse.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Assistant/StoreResponse.cs b/Source/Assistant/StoreResponse.cs index ef1f05d..8e1759d 100644 --- a/Source/Assistant/StoreResponse.cs +++ b/Source/Assistant/StoreResponse.cs @@ -1,6 +1,6 @@ using System.Collections.Generic; -namespace RehauSku.Assist +namespace RehauSku.Assistant { public class StoreResponce { |