Ejemplo n.º 1
0
        private List <SoftwareInventoryTableEntry> getDataFromSccm()
        {
            SccmDataProvider dataProvider = new SccmDataProvider();
            List <SoftwareInventoryTableEntry> tableEntries = dataProvider.getSoftwareInventoryFromSccm();

            return(tableEntries);
        }
Ejemplo n.º 2
0
        private List <ComputerSystem> getSystemsFromSccm()
        {
            SccmDataProvider provider = new SccmDataProvider();

            return(provider.getInstalledSystemsForSoftware(_softwareExample));
        }