public MemoBulletin( DateTime dtDate, string strMessage, Employee employee, Memo memo ) { this._dtDate = dtDate; this._strMessage = strMessage; this._employee = employee; this._memo = memo; }
public MemoReceipient(Memo memo) { this._memo = memo; }
public MemoRead( DateTime dtDate, Employee employee, Memo memo ) { this._dtDate = dtDate; this._employee = employee; this._memo = memo; }
public MemoRead(DateTime dtDate, Employee employee, Memo memo) { this._dtDate = dtDate; this._employee = employee; this._memo = memo; }
public MemoBranch(Branch branch, Memo memo) { this._branch = branch; this._memo = memo; }