- using Quadarax.Application.QLiberace.Common.Entities.Base;
- namespace Quadarax.Application.QLiberace.Common.Dtos
- {
- public class QlbrcDtoTrackedWithoutId : QlbrcDtoWithoutId, ITracked
- {
- public DateTime Created { get; }
- public DateTime? Modified { get; }
- public string Modifier { get; } = null!;
- }
- }
|