Skip to content

Instantly share code, notes, and snippets.

@yrshaikh
Last active August 23, 2020 03:09
Show Gist options
  • Select an option

  • Save yrshaikh/15873dda635aa60b9409b69baf36d56a to your computer and use it in GitHub Desktop.

Select an option

Save yrshaikh/15873dda635aa60b9409b69baf36d56a to your computer and use it in GitHub Desktop.
public class Employee
{
public string Name { get; init; }
public string Department { get; init; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment