ATUL_v1.ATUL.GetAllDeadlineType C# (CSharp) 메소드

GetAllDeadlineType() 개인적인 메소드

private GetAllDeadlineType ( ) : string
리턴 string
        public string GetAllDeadlineType()
        {
            string Types;
            AtulBusinessLogic adb = new AtulBusinessLogic();
            Types = adb.GetAllDeadlineType();
            return Types;
        }
ATUL