Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@ChouJustice
Created June 14, 2022 09:17
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 ChouJustice/fdf99c6bda53b5df3052385fb91de788 to your computer and use it in GitHub Desktop.
Save ChouJustice/fdf99c6bda53b5df3052385fb91de788 to your computer and use it in GitHub Desktop.
namespace WebCoreLab.Models.DBEntity
{
public class DBEntity
{
public int Id { get; set; }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment