Esempio n. 1
0
        // GET api/Documents/Get
        public IEnumerable <Document> Get()
        {
            List <Document> docList = docBL.getAllDocuments();

            return(docList);
        }