Exemplo n.º 1
0
        public async Task <IActionResult> GetAllCategory(string id)
        {
            var data = await _serviceReceive.GetAllCategory(id);

            return(Ok(data));
        }