10 lines
131 B
C#
10 lines
131 B
C#
using System;
|
|
|
|
namespace _0_Framework.Domain;
|
|
|
|
public class EntityBaseWithoutCreationDate
|
|
{
|
|
public long id { get; set; }
|
|
|
|
|
|
} |