示例#1
0
 public static void Delete(SPChannelParamsWrapper instance)
 {
     businessProxy.Delete(instance.entity);
 }
示例#2
0
 public static void Refresh(SPChannelParamsWrapper instance)
 {
     businessProxy.Refresh(instance.entity);
 }
示例#3
0
 public static void SaveOrUpdate(SPChannelParamsWrapper obj)
 {
     businessProxy.SaveOrUpdate(obj.entity);
 }