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