minor fixes for api
This commit is contained in:
@@ -23,4 +23,6 @@ public interface IApiServer
|
||||
void RegisterHandler<T>(T instance) where T : class;
|
||||
|
||||
void RegisterHandler(Delegate handler);
|
||||
|
||||
void RegisterHandler(Delegate handler, bool throwOnError);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user