Fixes summary for the TagMapper
This commit is contained in:
@@ -5,7 +5,7 @@ using Umbraco.Core.Models.Rdbms;
|
||||
namespace Umbraco.Core.Persistence.Mappers
|
||||
{
|
||||
/// <summary>
|
||||
/// Represents a <see cref="ContentType"/> to DTO mapper used to translate the properties of the public api
|
||||
/// Represents a <see cref="Tag"/> to DTO mapper used to translate the properties of the public api
|
||||
/// implementation to that of the database's DTO as sql: [tableName].[columnName].
|
||||
/// </summary>
|
||||
[MapperFor(typeof(Tag))]
|
||||
|
||||
Reference in New Issue
Block a user