public static void Delete(SPSStatePaymentInfoWrapper instance)
 {
     businessProxy.Delete(instance.entity);
 }
 public static void Refresh(SPSStatePaymentInfoWrapper instance)
 {
     businessProxy.Refresh(instance.entity);
 }
 public static void SaveOrUpdate(SPSStatePaymentInfoWrapper obj)
 {
     businessProxy.SaveOrUpdate(obj.entity);
 }