namespace Metrolog_API.Static { public static class PermissionsStatic { public static string User_List = "User_List"; //List all users public static string User_Detail = "User_Detail"; //View all users detail public static string User_Remove = "User_Remove"; //Remove all User public static string User_Update = "User_Update"; //Update all user } }