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