mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-19 13:45:12 +00:00
Create observable commits client
This commit is contained in:
@@ -5,8 +5,10 @@
|
||||
public ObservableGitDatabaseClient(IGitHubClient client)
|
||||
{
|
||||
Tag = new ObservableTagsClient(client);
|
||||
Commit = new ObservableCommitsClient(client);
|
||||
}
|
||||
|
||||
public IObservableTagsClient Tag { get; set; }
|
||||
public IObservableCommitsClient Commit { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user