AJH.CMS.Core.Data.FormRoleManager.GetFormsRolesByUserID C# (CSharp) Method

GetFormsRolesByUserID() public static method

public static GetFormsRolesByUserID ( int UserID ) : List
UserID int
return List
        public static List<FormRole> GetFormsRolesByUserID(int UserID)
        {
            return FormRoleDataMapper.GetFormsRolesByUserID(UserID);
        }