Beispiel #1
0
 public static bool CheckIfExistedConfigByKey(string key)
 {
     return(SystemConfigWrapper.GetConfigByKey(key) != null);
 }
Beispiel #2
0
 public static void Delete(SystemConfigWrapper instance)
 {
     businessProxy.Delete(instance.entity);
 }
Beispiel #3
0
 public static void Refresh(SystemConfigWrapper instance)
 {
     businessProxy.Refresh(instance.entity);
 }
Beispiel #4
0
 public static void SaveOrUpdate(SystemConfigWrapper obj)
 {
     businessProxy.SaveOrUpdate(obj.entity);
 }