using AyCode.Interfaces.Entities; namespace AyCode.Interfaces.Users.Dtos; public interface IAcUserDtoMinBase : IEntityGuid { }