/*----------------------------------------------------------------------------
Copyright (c)2000 TogetherSoft LLC. Patents pending. All rights reserved.
----------------------------------------------------------------------------*/
package ProductSaleMgmt.ShipmentToCustomer;
/** @stereotype plug-in point */
public interface IMakeShipmentToCustomer {
void makeShipmentToCustomer();
}
|