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