AJH.CMS.Core.Data.FormManager.GetForms C# (CSharp) 메소드

GetForms() 공개 정적인 메소드

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