Skip to content

Instantly share code, notes, and snippets.

@adlerpagliarini
Created April 14, 2019 23:05
Show Gist options
  • Save adlerpagliarini/ae20e518f620fc62688706777c587442 to your computer and use it in GitHub Desktop.
Save adlerpagliarini/ae20e518f620fc62688706777c587442 to your computer and use it in GitHub Desktop.
public enum DevType
{
FrontEnd = 1,
BackEnd = 2,
Fullstack = 3
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment