Example #1
0
 public override void UpdateUserSettings(string userId, Dictionary <string, string> settings,
                                         bool getCached = true)
 {
     DnnCustomerAccountRepository.UpdateUserSettings(userId, settings, getCached);
 }