some work work on api
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
|
||||
public interface IApiServer : IApiClient
|
||||
{
|
||||
void RegisterHandler<T>(string url, T instance) where T : class;
|
||||
void RegisterHandler(string url, Delegate handler);
|
||||
void RegisterHandler<T>(T instance) where T : class;
|
||||
void RegisterHandler(Delegate handler);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user