using InABox.Core; namespace comal.timesheets { public interface IShellColumns { Columns Columns { get; } } }