This commit is contained in:
Daniel Clark
2022-12-09 22:54:51 +00:00
parent 4c8fd3dae4
commit 9d97d437a6
28 changed files with 517 additions and 512 deletions
+4 -5
View File
@@ -1,7 +1,6 @@
namespace Toolkit.Foundation
{
public interface ICache
{
namespace Toolkit.Foundation;
public interface ICache
{
}
}