This commit is contained in:
ijungleboy
2021-05-31 15:45:07 +02:00
parent d8b811e09f
commit d52cbf6817
7 changed files with 297 additions and 4 deletions

View File

@ -6,7 +6,7 @@ using System.Threading.Tasks;
namespace Oqtane.Services
{
/// <summary>
/// Retrieve and store <see cref="Oqtane.Models.Alias"/> information.
/// Service to retrieve and store <see cref="Alias"/> information.
/// </summary>
public interface IAliasService
{