Example #1
0
 private async Task GetFromFile(string path)
 {
     _users = await _fileWorker.DeserializeAsync <ConcurrentDictionary <string, User> >(path) ?? new ConcurrentDictionary <string, User>();
 }