Skip to content

Instantly share code, notes, and snippets.

@lgolubyev
Created August 16, 2021 09:56
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 lgolubyev/b499b8e4505b35337b1718d7b6dee491 to your computer and use it in GitHub Desktop.
Save lgolubyev/b499b8e4505b35337b1718d7b6dee491 to your computer and use it in GitHub Desktop.
public record Employee
{
public string Name { get; init; }
public decimal Salary { get; init; }
public DateTime Date{ get; init; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment