Skip to content

Instantly share code, notes, and snippets.

@trnktms
Created February 15, 2018 10:02
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 trnktms/1d06926cac8d57faa5d9a7863aee0287 to your computer and use it in GitHub Desktop.
Save trnktms/1d06926cac8d57faa5d9a7863aee0287 to your computer and use it in GitHub Desktop.
namespace Helix.Skeleton.Foundation.EditorExtensions.Consts.CopyPage
{
public class ParameterKeys
{
public const string DatabaseKey = "database";
public const string ItemsKey = "items";
public const string LanguageKey = "language";
public const string DestinationKey = "destination";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment