Reactive Watched Client

This commit is contained in:
Nigel Sampson
2014-01-30 11:37:01 +13:00
parent b62357fe46
commit f1abdaf095
5 changed files with 170 additions and 0 deletions
@@ -3,5 +3,6 @@
public interface IObservableActivitiesClient
{
IObservableEventsClient Events { get; }
IObservableWatchedClient Watched { get; }
}
}