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