Removed commented out line.
This commit is contained in:
@@ -8,7 +8,6 @@ namespace Umbraco.Core.Persistence.Mappers
|
||||
/// Represents a <see cref="TaskType"/> 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(ITaskType))]
|
||||
[MapperFor(typeof(TaskType))]
|
||||
public sealed class TaskTypeMapper : BaseMapper
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user