We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 053ff75 commit 7f7514eCopy full SHA for 7f7514e
Source/Applications/SystemCenter/Controllers/SystemCenter/PQIController.cs
@@ -22,15 +22,13 @@
22
//******************************************************************************************************
23
24
using GSF.Data;
25
-using Microsoft.Graph;
26
using openXDA.PQI;
+using openXDA.Model.SystemCenter;
27
using System;
28
using System.Collections.Generic;
29
-using System.Linq;
30
using System.Net;
31
using System.Threading.Tasks;
32
using System.Web.Http;
33
-using static SystemCenter.Model.DeviceHealthReportController;
34
35
namespace SystemCenter.Controllers
36
{
0 commit comments