AyCode.Core/AyCode.Interfaces/Profiles/Dtos/IAcProfileName.cs

7 lines
162 B
C#

namespace AyCode.Interfaces.Profiles.Dtos;
public interface IAcProfileName : IAcFullName
{
string Name { get; set; }
//string NickName { get; set; }
}