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

            return(_registration.GetListGuestAndRegistrationByWslxEvent(WslxList, EventIdList));
        }