Skip to content

Instantly share code, notes, and snippets.

@A2H111
Created October 22, 2017 04:25
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 A2H111/3af0c99d11a41e0fc326aa1c66705190 to your computer and use it in GitHub Desktop.
Save A2H111/3af0c99d11a41e0fc326aa1c66705190 to your computer and use it in GitHub Desktop.
public class Employee
{
[Key]
public int EmployeeID { get; set; }
[Required]
public string EmployeeName { get; set; }
[Required]
public string EmployeeAddress { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment