public static void Refresh(SystemUserRoleRelationWrapper instance)
 {
     businessProxy.Refresh(instance.entity);
 }
 public static void Delete(SystemUserRoleRelationWrapper instance)
 {
     businessProxy.Delete(instance.entity);
 }
 public static void SaveOrUpdate(SystemUserRoleRelationWrapper obj)
 {
     businessProxy.SaveOrUpdate(obj.entity);
 }
コード例 #4
0
 public static void Refresh(SystemUserRoleRelationWrapper instance)
 {
     businessProxy.Refresh(instance.entity);
 }
コード例 #5
0
 public static void Delete(SystemUserRoleRelationWrapper instance)
 {
     businessProxy.Delete(instance.entity);
 }
コード例 #6
0
 public static void Update(SystemUserRoleRelationWrapper obj)
 {
     businessProxy.Update(obj.entity);
 }