- using Quadarax.Application.QLiberace.Common.Entities.Base;
- namespace Quadarax.Application.QLiberace.Common.Dtos
- {
- public class QlbrcDtoTrackedWithId : QlbrcDtoWithId, ITracked
- {
- public DateTime Created { get; }
- public DateTime? Modified { get; }
- public string Modifier { get; }
- }
- }
|