Created
October 9, 2014 06:51
-
-
Save maca88/7e0c6697faa72081526b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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