using Quadarax.Application.QLiberace.Base.Entities.Interfaces; using Quadarax.Application.QLiberace.Common.Dtos; namespace Quadarax.Application.QLiberace.Base.Dtos { public class UserDto : QlbrcDtoTrackedWithId, IStructUser { public string LoginName { get; set; } public bool IsLocked { get; set; } } }