Exemple #1
0
 public static void Delete(SystemUserProfileWrapper instance)
 {
     businessProxy.Delete(instance.entity);
 }
Exemple #2
0
 public static void Update(SystemUserProfileWrapper obj)
 {
     businessProxy.Update(obj.entity);
 }
Exemple #3
0
 public static void Refresh(SystemUserProfileWrapper instance)
 {
     businessProxy.Refresh(instance.entity);
 }
 public static void Refresh(SystemUserProfileWrapper instance)
 {
     businessProxy.Refresh(instance.entity);
 }
 public static void Delete(SystemUserProfileWrapper instance)
 {
     businessProxy.Delete(instance.entity);
 }
 public static void SaveOrUpdate(SystemUserProfileWrapper obj)
 {
     businessProxy.SaveOrUpdate(obj.entity);
 }