Create observable commits client

This commit is contained in:
John Nye
2013-11-05 08:23:10 +00:00
parent f8e06c0174
commit 162a45e446
12 changed files with 111 additions and 8 deletions

View File

@@ -6,5 +6,6 @@
public interface IObservableGitDatabaseClient
{
IObservableTagsClient Tag { get; set; }
IObservableCommitsClient Commit { get; set; }
}
}