AJH.CMS.Core.Data.RoleManager.GetRoles C# (CSharp) Method

GetRoles() public static method

public static GetRoles ( ) : List
return List
        public static List<Role> GetRoles()
        {
            return RoleDataMapper.GetRoles();
        }