Skip to content

Instantly share code, notes, and snippets.

@DavidSSL
Created April 30, 2013 11:18
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 DavidSSL/9480596622b4fb5edd59 to your computer and use it in GitHub Desktop.
Save DavidSSL/9480596622b4fb5edd59 to your computer and use it in GitHub Desktop.
namespace Before.Model
{
public enum ExpirationType
{
Assignment = 1,
Fixed = 2
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment