using Quadarax.Application.QLiberace.Common.Entities.Base; using Quadarax.Foundation.Core.Data.Interface.Entity; namespace Quadarax.Application.QLiberace.Common.Dtos { public class QlbrcDtoWithId : IDto, IIdentifier { public long Id { get; } } }