Exemple #1
0
        public GetGuestResponseDto GetAllGuest()
        {
            var response = new GetGuestResponseDto();

            response.Guest = _iPmsLogic.GetAllGuest();
            return(response);
        }