Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save JoseGonzalez321/684557d54e97d49feb97 to your computer and use it in GitHub Desktop.
Save JoseGonzalez321/684557d54e97d49feb97 to your computer and use it in GitHub Desktop.
public Enum Level
{
Top,
One,
Two
}
public class StoredProcParam
{
public const string ValueDate = "ValueDate";
public const string Branch = "Branch";
public const string LevelName = "LevelName";
public const string SubLevelName = "SubLevelName";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment