ATUL_v1.ATUL.GetAllDeadlineType C# (CSharp) Méthode

GetAllDeadlineType() private méthode

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