add architecture skeleton
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace GymLogAI.Core.Abstractions;
|
||||
|
||||
public interface IClock
|
||||
{
|
||||
DateTime UtcNow { get; }
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
namespace GymLogAI.Core.Abstractions;
|
||||
|
||||
public interface IIdGenerator
|
||||
{
|
||||
Guid New();
|
||||
}
|
||||
Reference in New Issue
Block a user