From 0ed646ecbfe912816656dcf4322175c8c4fcef6f Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Tue, 13 Dec 2016 10:58:23 +0100 Subject: [PATCH] a comment --- BookAStar/BookAStar/Data/DataManager.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BookAStar/BookAStar/Data/DataManager.cs b/BookAStar/BookAStar/Data/DataManager.cs index 70dfecbd..311a5f0d 100644 --- a/BookAStar/BookAStar/Data/DataManager.cs +++ b/BookAStar/BookAStar/Data/DataManager.cs @@ -16,9 +16,9 @@ public RemoteEntity Blogspot { get; set; } internal RemoteFilesEntity RemoteFiles { get; set; } - public LocalEntity Contacts { get; set; } + public LocalEntity Contacts { get; set; } internal LocalEntity AppState { get; set; } - + // TODO internal RemoteEntity { get; set; } /// /// They have no remote exisence ... ///