Example #1
0
 public IDictionary <string, string> GetRoleSettings(int roleId)
 {
     return(provider.GetRoleSettings(roleId));
 }