예제 #1
0
        static public List <StorageBoxes> ShowAllBoxes()
        {
            DBRequest           req    = new DBRequest();
            List <StorageBoxes> lstBox = req.GetAllBoxes();

            return(lstBox);
        }