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