Open onederey opened 1 month ago
Tested in our project, convenient for configuration.
public T Get<T>(string key) => InvokeOnHostService<T>(key);
Tested in our project, convenient for configuration.