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

            return(Ok(response));
        }