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