Skip to content

Instantly share code, notes, and snippets.

@guntidheerajkumar
Created November 13, 2015 12:56
Show Gist options
  • Save guntidheerajkumar/e856dc704e2584d9431d to your computer and use it in GitHub Desktop.
Save guntidheerajkumar/e856dc704e2584d9431d to your computer and use it in GitHub Desktop.
private IEmployee _employee;
public IEmployee EmployeeDI
{
get { return _employee; }
set { _employee = value; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment