9 lines
147 B
C#
9 lines
147 B
C#
namespace Finch.Models;
|
|
|
|
public class FinchIdEntity
|
|
{
|
|
/// <summary>
|
|
/// Id of the entity
|
|
/// </summary>
|
|
public string Id { get; set; }
|
|
} |