Remove this. prefixes

This commit is contained in:
John Nye
2013-11-04 18:21:55 +00:00
parent 951b03dbbc
commit f59dde6f61
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
public GitDatabaseClient(IApiConnection apiConnection)
: base(apiConnection)
{
this.Tag = new TagsClient(apiConnection);
Tag = new TagsClient(apiConnection);
}
public ITagsClient Tag { get; set; }