moved deployment client under Repository, updated errything related

This commit is contained in:
Brendan Forster
2014-02-18 21:34:28 +11:00
parent f6bb34e9c7
commit 5f124ee2e2
11 changed files with 43 additions and 9 deletions
-1
View File
@@ -22,7 +22,6 @@ namespace Octokit
INotificationsClient Notification { get; }
IGitDatabaseClient GitDatabase { get; }
ISearchClient Search { get; }
IDeploymentsClient Deployment { get; }
IStatisticsClient Statistics { get; }
}
}