Persistence: Remove implementation specific usage.

This commit is contained in:
2015-09-28 23:43:28 +02:00
parent 6989c710ad
commit e1021685be
6 changed files with 9 additions and 8 deletions

View File

@@ -127,7 +127,7 @@ namespace VAR.Focus.Web.Code.BusinessLogic
#region Persistence
private const string PersistenceFile = "priv/users.json";
private const string PersistenceFile = "users";
private void LoadData()
{