コード例 #1
0
        //add a registrant for multiple day trip


        public IEnumerable <Event> ViewUpComingEvents()
        {
            return(_service.ViewUpComingEvents());
        }
コード例 #2
0
        //add a registrant for multiple day trip


        public IEnumerable <Event> ViewUpComingEvents()
        {
            return(_data.ViewUpComingEvents());
        }