namespace PolyclinicWebAppImplementer { public enum PageVisible { AllowAnyBody = 0, AllowOnlyAuthorized = 1, AllowOnlyNotAuthorized = 2, } }