示例#1
0
        public IActionResult GetAllUserOfMerchantByRole([FromQuery] HotelMerchantUserRequestGetAllUserWithRolesOfMerchantModel model)
        {
            var response = _hotelMerchantUsersService.GetAllUserOfMerchantByRole(model);

            return(Ok(response));
        }