Beispiel #1
0
 public static StoreSetting Load(Int32 storeSettingId)
 {
     return(StoreSettingDataSource.Load(storeSettingId, true));
 }