Skip to content

Instantly share code, notes, and snippets.

@alainlompo
Created January 13, 2017 16:00
Show Gist options
  • Save alainlompo/f1f32ba319bb2d9ef28d9cc829975fad to your computer and use it in GitHub Desktop.
Save alainlompo/f1f32ba319bb2d9ef28d9cc829975fad to your computer and use it in GitHub Desktop.
public void registerNewColleague(string firstName, string lastName, Role role = Role.Developer, double salary = 4500.00)
{
// Do something usefull here
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment