namespace Quadarax.Application.QLiberace.Common.Entities.Base { public abstract class QlbrcEntityTrackedWithoutId: QlbrcEntityWithId, ITracked { public DateTime Created { get; protected set; } public DateTime? Modified { get; protected set;} public string Modifier { get; protected set;} } }