• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Révision032f4cfdfd1f12c68c5630cb068a5fd978d9c0e6 (tree)
l'heure2022-11-29 23:53:11
Auteuryoshy <yoshy.org.bitbucket@gz.j...>
Commiteryoshy

Message de Log

[CLEAN] 不要な using 文を削除

Change Summary

Modification

--- a/Adaptor/Controller/Router/AbstractUseCaseRouter.cs
+++ b/Adaptor/Controller/Router/AbstractUseCaseRouter.cs
@@ -1,5 +1,4 @@
11 using CleanAuLait.Adaptor.Controller.DI;
2-using CleanAuLait.Core.DI;
32 using CleanAuLait.UseCase.Boundary.Interactor;
43 using NLog;
54
--- a/Core/IO/PathHelper.cs
+++ b/Core/IO/PathHelper.cs
@@ -1,5 +1,4 @@
11 using NLog;
2-using System.IO;
32
43 namespace CleanAuLait.Core.IO
54 {
--- a/Core/Resource/AbstractMessageRepository.cs
+++ b/Core/Resource/AbstractMessageRepository.cs
@@ -1,6 +1,4 @@
1-using System.Reflection;
2-
3-namespace CleanAuLait.Core.Resource
1+namespace CleanAuLait.Core.Resource
42 {
53 public abstract class AbstractMessageRepository : IMessageRepository
64 {