AyCode.Core/AyCode.Interfaces/TimeStampInfo/ITimeStampCreated.cs

6 lines
120 B
C#

namespace AyCode.Interfaces.TimeStampInfo;
public interface ITimeStampCreated
{
DateTime Created { get; set; }
}