renamed properties on IObservableActivitiesClient

This commit is contained in:
Brendan Forster
2014-02-07 09:37:32 +11:00
parent d7eb8fd305
commit b711dcc5e7
2 changed files with 6 additions and 6 deletions
@@ -3,7 +3,7 @@
public interface IObservableActivitiesClient
{
IObservableEventsClient Events { get; }
IObservableWatchedClient Watched { get; }
IObservableStarredClient Starred { get; }
IObservableWatchedClient Watching { get; }
IObservableStarredClient Starring { get; }
}
}