public static void Refresh(SystemUserGroupRoleRelationWrapper instance)
 {
     businessProxy.Refresh(instance.entity);
 }
 public static void Delete(SystemUserGroupRoleRelationWrapper instance)
 {
     businessProxy.Delete(instance.entity);
 }
 public static void SaveOrUpdate(SystemUserGroupRoleRelationWrapper obj)
 {
     businessProxy.SaveOrUpdate(obj.entity);
 }
Beispiel #4
0
 public static void Update(SystemUserGroupRoleRelationWrapper obj)
 {
     businessProxy.Update(obj.entity);
 }
Beispiel #5
0
 public static void Refresh(SystemUserGroupRoleRelationWrapper instance)
 {
     businessProxy.Refresh(instance.entity);
 }
Beispiel #6
0
 public static void Delete(SystemUserGroupRoleRelationWrapper instance)
 {
     businessProxy.Delete(instance.entity);
 }