Skip to content

Instantly share code, notes, and snippets.

@FreekPaans
Last active August 29, 2015 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FreekPaans/1495ad548199151e6f09 to your computer and use it in GitHub Desktop.
Save FreekPaans/1495ad548199151e6f09 to your computer and use it in GitHub Desktop.
public void Execute() {
var employee = PayrollDatabase.Instance.GetEmployee(_empId);
if(employee!=null) {
Change(employee);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment