MissnationBlazor/Mango.Interfaces/Profiles/IProfileDto.cs

8 lines
134 B
C#

using AyCode.Interfaces.Profiles.Dtos;
namespace Mango.Interfaces.Profiles;
public interface IProfileDto : IAcProfileDtoBase
{
}