Пример #1
0
 public static void Delete(SystemWorkFlowWrapper instance)
 {
     businessProxy.Delete(instance.entity);
 }
Пример #2
0
 public static void Refresh(SystemWorkFlowWrapper instance)
 {
     businessProxy.Refresh(instance.entity);
 }
Пример #3
0
 public static void SaveOrUpdate(SystemWorkFlowWrapper obj)
 {
     businessProxy.SaveOrUpdate(obj.entity);
 }