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