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

GetAllActivity() 개인적인 메소드

private GetAllActivity ( ) : string
리턴 string
        public string GetAllActivity()
        {
            string d = string.Empty;
            AtulBusinessLogic adb = new AtulBusinessLogic();
            d = adb.GetAllActivity();
            return d;
        }
ATUL