Esempio n. 1
0
 private static void SaveUsers()
 {
     System.Console.WriteLine("Saving users...");
     _jsonStorage.StoreObject(_storage.GetDict(), filepath);
 }