Exemple #1
0
        public List <GuestSessionLookupModel> GetAllby(List <decimal> eventIds, string wslxId)
        {
            GuestRepository _registration = new GuestRepository();

            return(_registration.GetAllby(eventIds, wslxId));
        }