Esempio n. 1
0
 internal virtual double GetPortalSettingAsDouble(string key, int portalId, double defaultValue)
 {
     return(PortalController.GetPortalSettingAsDouble(key, portalId, defaultValue));
 }