7 lines
89 B
C#
7 lines
89 B
C#
namespace GymLogAI.Core.Abstractions;
|
|
|
|
public interface IIdGenerator
|
|
{
|
|
Guid New();
|
|
}
|