// // Copyright (c) alveus.dev. All rights reserved. Licensed under the MIT License. // using Astral.Core.Entities; namespace Astral.Core.RepositoryInterfaces; /// /// repository. /// public interface IUserProfileRepository : IGenericRepository { }