Exemple #1
0
        public async Task <IActionResult> GetDocPriceAsync()
        {
            var docPrice = await _birthDocService.GetDocPrice();

            return(Ok(docPrice));
        }