public UserPreferences GetState()
 {
     return(CurrentUser.Clone());
 }
Esempio n. 2
0
 public UserPreferences Load() => _userPreferences.Clone();