コード例 #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);
 }