mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-19 21:55:12 +00:00
Tidying
This commit is contained in:
@@ -7,15 +7,9 @@ namespace Octokit.Reactive
|
||||
{
|
||||
public class ObservableRepositoryPagesClient : IObservableRepositoryPagesClient
|
||||
{
|
||||
private Func<object[], IGitHubClient> @for;
|
||||
readonly IRepositoryPagesClient _client;
|
||||
readonly IConnection _connection;
|
||||
|
||||
public ObservableRepositoryPagesClient(Func<object[], IGitHubClient> @for)
|
||||
{
|
||||
this.@for = @for;
|
||||
}
|
||||
|
||||
public ObservableRepositoryPagesClient(IGitHubClient client)
|
||||
{
|
||||
Ensure.ArgumentNotNull(client, "client");
|
||||
|
||||
Reference in New Issue
Block a user