Пример #1
0
        public bool CheckGuestSessionBy(string wslxId)
        {
            GuestRepository _registration = new GuestRepository();

            return(_registration.CheckGuestSessionBy(wslxId));
        }