Exemplo n.º 1
0
        public async Task <ActionResult <TotalForProduct> > Get(string description)
        {
            var total = await orderQueries.GetTotal(description);

            return(Ok(total));
        }