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