Example #1
0
        public static GuestUserMasterCollection GetByGuest_Id(int Guest_Id)
        {
            GuestUserMasterCollection obj = new GuestUserMasterCollection();

            obj.MapObjects(new GuestUserDataService().GuestUser_GetByGuest_Id(Guest_Id));
            return(obj);
        }
Example #2
0
        public static GuestUserMasterCollection GetAll()
        {
            GuestUserMasterCollection obj = new GuestUserMasterCollection();

            obj.MapObjects(new GuestUserDataService().GuestUser_GetAll());
            return(obj);
        }