Skip to content

Instantly share code, notes, and snippets.

@bjornmicallef
Created December 10, 2020 20:57
Show Gist options
  • Save bjornmicallef/beb71e13138f0ede6e057faf500fc810 to your computer and use it in GitHub Desktop.
Save bjornmicallef/beb71e13138f0ede6e057faf500fc810 to your computer and use it in GitHub Desktop.
public partial class tblSellers
{
[DatabaseGenerated(DatabaseGeneratedOption.Identity)]
public int Id { get; set; }
public string Name { get; set; }
public string Url { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment