2012-12-07 13:48:38 -01:00
|
|
|
using System.Collections.Generic;
|
2012-12-07 13:46:11 -01:00
|
|
|
|
2012-12-07 13:48:38 -01:00
|
|
|
namespace Umbraco.Core.Persistence.DatabaseModelDefinitions
|
2012-12-07 13:46:11 -01:00
|
|
|
{
|
|
|
|
|
public class DeletionDataDefinition : List<KeyValuePair<string, object>>
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}
|