Beispiel #1
0
        public string RetrieveAllRequests()
        {
            string json = DBcon.RetrieveAllRequests(conn, "getAllRequests");

            return(json);
        }