TFL/Entities/IIdentifiable.cs

6 lines
90 B
C#

namespace TFL.Entities;
public interface IIdentifiable
{
Identifier ToIdentifier();
}