Exemplo n.º 1
0
        public async Task <IActionResult> ActiveShop([FromBody] ActiveStoreRequest query)
        {
            Store cuaHang = await _service.ActiveStore(query);

            return(Ok(cuaHang));
        }