Ejemplo n.º 1
0
        public async Task <IHttpActionResult> GetDestinationPointCatalog(string name, string documentId)
        {
            var retValue = await _destinationService.GetDestinationCatalogAsync(HttpUtility.UrlDecode(name), documentId);

            return(Ok(retValue));
        }