Finished converter plugin
This commit is contained in:
@@ -7,4 +7,5 @@ public interface IContextExplorer {
|
||||
public TableConfig? GetTable(string tableDisplayName);
|
||||
public TableConfig? GetTable(Type tableEntity);
|
||||
public ITableManager? GetTableManager(string tablePropertyName);
|
||||
public ITableManager? GetTableManager(Type tableType);
|
||||
}
|
||||
Reference in New Issue
Block a user