Skip to content

Commit

Permalink
ObjectExtentionsの名前空間をSystemに変更
Browse files Browse the repository at this point in the history
  • Loading branch information
KentaHizume committed Dec 27, 2024
1 parent 75735a1 commit 7ebfb08
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using Dressca.ApplicationCore.Baskets;
using Dressca.ApplicationCore.Catalog;
using Dressca.SystemCommon;

namespace Dressca.ApplicationCore.Ordering;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System.Diagnostics.CodeAnalysis;
using System.Runtime.CompilerServices;

namespace Dressca.SystemCommon;
namespace System;

/// <summary>
/// <see cref="object"/> クラスの拡張メソッドを提供します。
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using Dressca.ApplicationCore.ApplicationService;
using Dressca.ApplicationCore.Baskets;
using Dressca.ApplicationCore.Catalog;
using Dressca.SystemCommon;
using Dressca.SystemCommon.Mapper;
using Dressca.Web.Consumer.Baskets;
using Dressca.Web.Consumer.Dto.Baskets;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using Dressca.SystemCommon;

namespace Dressca.UnitTests.SystemCommon;
namespace Dressca.UnitTests.SystemCommon;

public class ObjectExtensionsTest
{
Expand Down

0 comments on commit 7ebfb08

Please sign in to comment.