AJH.CMS.Core.Data.FormManager.GetForms C# (CSharp) Method

GetForms() public static method

public static GetForms ( ) : List
return List
        public static List<Form> GetForms()
        {
            return FormDataMapper.GetForms();
        }