Agent code and restructuring
This commit is contained in:
@@ -29,7 +29,7 @@ public class SearchService : ISearchService
|
||||
|
||||
public void Unsubscribe(Action action)
|
||||
{
|
||||
OnChange += action;
|
||||
OnChange -= action;
|
||||
}
|
||||
|
||||
public void Search(string entityId)
|
||||
|
||||
Reference in New Issue
Block a user