using InABox.Core; namespace InABox.DynamicGrid { public interface IDocumentEditor { IEntityDocument Document { get; set; } } }