Add Enterprise to Reactive GitHubClient

This commit is contained in:
Ryan Gribble
2015-12-27 01:16:33 +10:00
parent feda6bcd11
commit dc1a03bc3a
2 changed files with 2 additions and 0 deletions

View File

@@ -20,5 +20,6 @@
IObservableNotificationsClient Notification { get; }
IObservableGitDatabaseClient GitDatabase { get; }
IObservableSearchClient Search { get; }
IObservableEnterpriseClient Enterprise { get; }
}
}