Esempio n. 1
0
    def getDetail(self, date, service, function):

        #gets data according to the service name, function name within that service and the date requested
        data = SQLclient.getDetails(self.cursor, date, service, function)
        return data