public static void Delete(SystemUserGroupUserRelationWrapper instance) { businessProxy.Delete(instance.entity); }
public static void Refresh(SystemUserGroupUserRelationWrapper instance) { businessProxy.Refresh(instance.entity); }
public static void SaveOrUpdate(SystemUserGroupUserRelationWrapper obj) { businessProxy.SaveOrUpdate(obj.entity); }