public TFactoryDatabaseViewModel (IFactoryDatabasePresentation presentation) : base (presentation, new TFactoryDatabaseModel ()) { TypeName = GetType ().Name; }
public TSQLADBFrontSettingsViewModel (IFactoryDatabasePresentation presentation) : base (presentation, new TSQLADBFrontSettingsModel ()) { TypeName = GetType ().Name; }
public TWADBBackSettingsViewModel (IFactoryDatabasePresentation presentation) : base (presentation, new TWADBBackSettingsModel ()) { TypeName = GetType ().Name; }