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

GetAllInstanceProcess() private méthode

private GetAllInstanceProcess ( ) : string
Résultat string
        public string GetAllInstanceProcess()
        {
            string d = string.Empty;
            AtulBusinessLogic adb = new AtulBusinessLogic();
            d = adb.GetAllInstanceProcess();
            return d;
        }
ATUL