Guest User

Untitled

a guest
Nov 18th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. class WorkforceService {
  2. public void assignEmployeeToWorkplace(Workplace wp, Employee emp) {
  3. //this method just checks couple things that
  4. //may prevent assigning that employee to that workplace
  5. //if everything's ok employee is assigned
  6. }
  7. }
Add Comment
Please, Sign In to add comment