Added reactive client

This commit is contained in:
Kristian Hellang
2013-11-25 00:57:45 +01:00
parent ca40a397d2
commit db7624a4ba
8 changed files with 230 additions and 0 deletions

View File

@@ -7,5 +7,6 @@
{
IObservableTagsClient Tag { get; set; }
IObservableCommitsClient Commit { get; set; }
IObservableReferencesClient Reference { get; set; }
}
}