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

            return(Ok(response));
        }