ATUL_v1.ATUL.GetAllDeadlineType C# (CSharp) Method

GetAllDeadlineType() private method

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