Exemplo n.º 1
0
        static public List <Objects> LoadRented(int locationNumber)
        {
            RequestDB      req    = new RequestDB();
            List <Objects> lstObj = req.getRentedObjects(locationNumber);

            return(lstObj);
        }