namespace DatabaseImport { /// /// GUI wrapper for template channels ... it contains a testobjecttemplatechannel /// public class TemplateChannelUI //: BasePropertyChanged { private TestObjectTemplateChannel _channel; public TemplateChannelUI(TestObjectTemplateChannel channel) { _channel = channel; } } }