コード例 #1
0
ファイル: GuestBL.cs プロジェクト: oliveryan1988/GM-Project1
        public List <GuestSessionLookupModel> GetAllby(List <decimal> eventIds, string wslxId)
        {
            GuestRepository _registration = new GuestRepository();

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