예제 #1
0
        public async Task <IActionResult> Get()
        {
            var res = await _brandService.GetAll().ToListAsync();

            return(Ok(res));

            ;
        }