Removed commented out line.

This commit is contained in:
Claus
2015-11-11 12:07:45 +01:00
parent 5d97a94dcb
commit f2b3d7c041

View File

@@ -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
{