Exemple #1
0
        public Stream DeleteByApplicationDesc(string applicationDesc)
        {
            IDeleteRegisteredApplicationBusinessService businessService = (IDeleteRegisteredApplicationBusinessService)BusinessFactory.Create(Keywords.DeleteRegisteredApplication);
            OperationResult result = businessService.DeleteByApplicationDesc(Convert.ToString(applicationDesc));

            return(result.ToJsonStream());
        }