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