Skip to content

Instantly share code, notes, and snippets.

@SibeeshVenu
Created August 15, 2021 14:37
Show Gist options
  • Save SibeeshVenu/ad2e7b0da0ad725a19777b76a2f55d5c to your computer and use it in GitHub Desktop.
Save SibeeshVenu/ad2e7b0da0ad725a19777b76a2f55d5c to your computer and use it in GitHub Desktop.
public class tblTag
{
public int tagId { get; set; }
public string tagName { get; set; }
public string tagDescription { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment