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