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