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