/*----------------------------------------------------------------------------
Copyright (c)2000 TogetherSoft LLC. Patents pending. All rights reserved.
----------------------------------------------------------------------------*/
package HumanResMgmt.WorkAndPayment;
/** @stereotype plug-in point */
public interface IMakeEmployeePayment {
void makeEmployeePayment();
}
|