This commit is contained in:
TidusJar 2019-01-23 16:30:15 +00:00
commit c2c8a772dd
10 changed files with 93 additions and 55 deletions

View file

@ -15,5 +15,6 @@
public const string Disabled = nameof(Disabled);
public const string ReceivesNewsletter = nameof(ReceivesNewsletter);
public const string ManageOwnRequests = nameof(ManageOwnRequests);
public const string EditCustomPage = nameof(EditCustomPage);
}
}