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