private const int deleteInterval = 1; //Value in hours public AppController() { TelemetryClient = new Microsoft.ApplicationInsights.TelemetryClient(); Server = new WebServer(); XmlSettings = new AppSettings(); }
private const int deleteInterval = 1; //Value in hours public AppController() { Server = new WebServer(); XmlSettings = new AppSettings(); }