Пример #1
0
        public bool removeSesssionRegistered(List <decimal> sessionid, string wslxId)
        {
            GuestRepository _registration = new GuestRepository();

            return(_registration.removeSesssionRegistered(sessionid, wslxId));
        }