Ejemplo n.º 1
0
        public async Task <IHttpActionResult> GetCustomFormats()
        {
            var retValue = await _destinationService.GetCustomFormatsAsync();

            return(Ok(retValue));
        }