Files
mixtape/Finch/Models/FinchIdEntity.cs
T
2026-04-07 14:23:29 +02:00

9 lines
147 B
C#

namespace Finch.Models;
public class FinchIdEntity
{
/// <summary>
/// Id of the entity
/// </summary>
public string Id { get; set; }
}