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