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);
 }
Esempio n. 4
0
 public static void Refresh(SystemUserRoleRelationWrapper instance)
 {
     businessProxy.Refresh(instance.entity);
 }
Esempio n. 5
0
 public static void Delete(SystemUserRoleRelationWrapper instance)
 {
     businessProxy.Delete(instance.entity);
 }
Esempio n. 6
0
 public static void Update(SystemUserRoleRelationWrapper obj)
 {
     businessProxy.Update(obj.entity);
 }