Skip to content

Instantly share code, notes, and snippets.

@guntidheerajkumar
Created November 13, 2015 12:57
Show Gist options
  • Save guntidheerajkumar/77a7f63ee57b354d258b to your computer and use it in GitHub Desktop.
Save guntidheerajkumar/77a7f63ee57b354d258b to your computer and use it in GitHub Desktop.
private IEmployee employee;
public EmployeeController(IEmployee employee)
{
this.employee = employee;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment