示例#1
0
        public IActionResult GetDropdowwnListUserOfMerchantByMerchantId(int id)
        {
            var response = _hotelMerchantUsersService.GetDropdownListUserOfMerchantByMerchantId(id);

            return(Ok(response));
        }