Skip to content

Instantly share code, notes, and snippets.

@explorer14
Last active July 4, 2021 22:06
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 explorer14/29b37f1bc9ffd5c7f2b569bfe29e555d to your computer and use it in GitHub Desktop.
Save explorer14/29b37f1bc9ffd5c7f2b569bfe29e555d to your computer and use it in GitHub Desktop.
public class Employee
{
public Employee(...)
{
//...populate the properties here
}
public Guid Id { get; }
public string Name { get; }
public DateTime DateOfJoining { get; }
//..other domain operations
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment