public async Task <IActionResult> SaveShops([FromBody] AdminShopRel parm) { return(Ok(await _adminService.AddShopsAsync(parm))); }