コード例 #1
0
 public boolean billingPlanExists(AcBillingPlanPkIF pk) {
   return _delegate.billingPlanExists(pk);
 }
コード例 #2
0
 public boolean billingPlanExists(Integer id) {
   return _delegate.billingPlanExists(id);
 }