using System; using System.Collections.Generic; using System.Text; using Artemis.Core.Plugins.DataModelExpansions; namespace Artemis.UI.Shared.Services.DataModelVisualization { public class ListDataModelWrapper : DataModel { public ListDataModelWrapper() { } } }