Skip to content

Instantly share code, notes, and snippets.

@maca88
Created October 9, 2014 06:51
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 maca88/7e0c6697faa72081526b to your computer and use it in GitHub Desktop.
Save maca88/7e0c6697faa72081526b to your computer and use it in GitHub Desktop.
namespace Generated
{
public static class Administration
{
public static class User
{
public const string Remove = "Administration.User.Remove";
public const string View = "Administration.User.View";
public const string Edit = "Administration.User.Edit";
public const string Create = "Administration.User.Create";
public const string _ = "Administration.User";
}
public const string _ = "Administration";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment