clean up: remove unused namespaces

This commit is contained in:
Gary Sharp
2024-12-14 16:55:37 +11:00
parent 8abe31f430
commit b15917254f
192 changed files with 88 additions and 729 deletions
-3
View File
@@ -1,11 +1,8 @@
using System; using System;
using System.Collections.Generic;
using System.Diagnostics; using System.Diagnostics;
using System.IO; using System.IO;
using System.Linq;
using System.Net; using System.Net;
using System.Reflection; using System.Reflection;
using System.Text;
using Disco.Client.Extensions; using Disco.Client.Extensions;
using Newtonsoft.Json; using Newtonsoft.Json;
+1 -5
View File
@@ -1,8 +1,4 @@
using System; using System.Text;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Disco.Models.ClientServices; using Disco.Models.ClientServices;
namespace Disco.Client.Extensions namespace Disco.Client.Extensions
@@ -1,9 +1,4 @@
using System; namespace Disco.Client.Interop.Native
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Disco.Client.Interop.Native
{ {
public enum NetworkConnectionStatuses : ushort public enum NetworkConnectionStatuses : ushort
{ {
-2
View File
@@ -1,6 +1,4 @@
using System; using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection; using System.Reflection;
using System.Text; using System.Text;
using System.Threading; using System.Threading;
-3
View File
@@ -1,9 +1,6 @@
using System; using System;
using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Net; using System.Net;
using System.Text;
using System.Threading.Tasks;
using Disco.Models.ClientServices; using Disco.Models.ClientServices;
using Disco.Client.Extensions; using Disco.Client.Extensions;
-6
View File
@@ -1,10 +1,4 @@
using System; using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms; using System.Windows.Forms;
namespace Disco.ClientBootstrapper namespace Disco.ClientBootstrapper
-3
View File
@@ -1,7 +1,4 @@
using System; using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Disco.ClientBootstrapper namespace Disco.ClientBootstrapper
{ {
@@ -1,7 +1,6 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Text;
using System.Security.Cryptography.X509Certificates; using System.Security.Cryptography.X509Certificates;
using System.Text.RegularExpressions; using System.Text.RegularExpressions;
using System.IO; using System.IO;
@@ -1,7 +1,4 @@
using System; using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Management; using System.Management;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;
@@ -1,7 +1,6 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Text;
using System.Net.NetworkInformation; using System.Net.NetworkInformation;
using System.Management; using System.Management;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;
@@ -1,7 +1,4 @@
using System; using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;
namespace Disco.ClientBootstrapper.Interop namespace Disco.ClientBootstrapper.Interop
@@ -1,8 +1,4 @@
using System; using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Management;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;
namespace Disco.ClientBootstrapper.Interop namespace Disco.ClientBootstrapper.Interop
@@ -4,7 +4,6 @@ using System.Globalization;
using System.IO; using System.IO;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;
using System.Text; using System.Text;
using System.Xml;
namespace Disco.ClientBootstrapper.Interop.WIMInterop namespace Disco.ClientBootstrapper.Interop.WIMInterop
{ {
+1 -6
View File
@@ -1,9 +1,4 @@
using System; namespace Disco.ClientBootstrapper
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Disco.ClientBootstrapper
{ {
class NullStatus : IStatus class NullStatus : IStatus
{ {
@@ -1,5 +1,4 @@
using Disco.Data.Repository; using Disco.Data.Repository;
using Disco.Models.Services.Devices.Exporting;
using Disco.Models.Services.Jobs; using Disco.Models.Services.Jobs;
using Disco.Models.Services.Jobs.Exporting; using Disco.Models.Services.Jobs.Exporting;
using System; using System;
-3
View File
@@ -1,9 +1,6 @@
namespace Disco.Data.Migrations namespace Disco.Data.Migrations
{ {
using System;
using System.Data.Entity;
using System.Data.Entity.Migrations; using System.Data.Entity.Migrations;
using System.Linq;
using Disco.Data.Repository; using Disco.Data.Repository;
internal sealed class Configuration : DbMigrationsConfiguration<DiscoDataContext> internal sealed class Configuration : DbMigrationsConfiguration<DiscoDataContext>
@@ -1,7 +1,6 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Text;
using System.Data.Entity.Migrations; using System.Data.Entity.Migrations;
using System.Data.Entity.Migrations.Infrastructure; using System.Data.Entity.Migrations.Infrastructure;
using Disco.Data.Repository; using Disco.Data.Repository;
@@ -1,12 +1,8 @@
using System; using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Data.Entity.Infrastructure; using System.Data.Entity.Infrastructure;
using Microsoft.Win32; using Microsoft.Win32;
using System.Data.Common; using System.Data.Common;
using System.Security; using System.Security;
using System.Security.Permissions;
namespace Disco.Data.Repository namespace Disco.Data.Repository
{ {
@@ -1,9 +1,6 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Reactive;
using System.Reactive.Subjects; using System.Reactive.Subjects;
using System.Data.Entity.Infrastructure; using System.Data.Entity.Infrastructure;
using System.Collections.Concurrent; using System.Collections.Concurrent;
@@ -3,9 +3,6 @@ using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Data.Entity.Infrastructure; using System.Data.Entity.Infrastructure;
using System.Data.Objects; using System.Data.Objects;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Disco.Data.Repository.Monitor namespace Disco.Data.Repository.Monitor
{ {
@@ -1,10 +1,4 @@
using System; namespace Disco.Data.Repository.Monitor
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Disco.Data.Repository.Monitor
{ {
public enum RepositoryMonitorEventType public enum RepositoryMonitorEventType
{ {
@@ -1,5 +1,4 @@
using System; using System;
using System.Collections.Generic;
namespace Disco.Models.ClientServices.EnrolmentInformation namespace Disco.Models.ClientServices.EnrolmentInformation
{ {
+1 -6
View File
@@ -1,9 +1,4 @@
using System; namespace Disco.Models.ClientServices
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Disco.Models.ClientServices
{ {
public class MacEnrol : ServiceBase<MacEnrolResponse> public class MacEnrol : ServiceBase<MacEnrolResponse>
{ {
@@ -1,9 +1,4 @@
using System; namespace Disco.Models.ClientServices
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Disco.Models.ClientServices
{ {
public class MacEnrolResponse public class MacEnrolResponse
{ {
@@ -1,9 +1,4 @@
using System; namespace Disco.Models.ClientServices
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Disco.Models.ClientServices
{ {
public class MacSecureEnrolResponse public class MacSecureEnrolResponse
{ {
+1 -6
View File
@@ -1,9 +1,4 @@
using System; namespace Disco.Models.ClientServices
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Disco.Models.ClientServices
{ {
public abstract class ServiceBase<ResponseType> public abstract class ServiceBase<ResponseType>
{ {
+1 -6
View File
@@ -1,9 +1,4 @@
using System; namespace Disco.Models.ClientServices
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Disco.Models.ClientServices
{ {
public class WhoAmI : ServiceBase<WhoAmIResponse> public class WhoAmI : ServiceBase<WhoAmIResponse>
{ {
@@ -1,9 +1,4 @@
using System; namespace Disco.Models.ClientServices
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Disco.Models.ClientServices
{ {
public class WhoAmIResponse public class WhoAmIResponse
{ {
+1 -5
View File
@@ -1,8 +1,4 @@
using System; using System.ComponentModel.DataAnnotations;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema; using System.ComponentModel.DataAnnotations.Schema;
namespace Disco.Models.Repository namespace Disco.Models.Repository
-1
View File
@@ -1,7 +1,6 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Text;
using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema; using System.ComponentModel.DataAnnotations.Schema;
@@ -1,7 +1,5 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema; using System.ComponentModel.DataAnnotations.Schema;
@@ -1,7 +1,4 @@
using System; using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema; using System.ComponentModel.DataAnnotations.Schema;
@@ -1,7 +1,4 @@
using System; using System.Collections.Generic;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema; using System.ComponentModel.DataAnnotations.Schema;
@@ -1,7 +1,5 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations;
namespace Disco.Models.Repository namespace Disco.Models.Repository
@@ -1,11 +1,5 @@
using System; using System.Collections.Generic;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using System.ComponentModel;
using System.Linq.Expressions;
namespace Disco.Models.Repository namespace Disco.Models.Repository
{ {
+1 -5
View File
@@ -1,8 +1,4 @@
using System; using System.ComponentModel.DataAnnotations;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema; using System.ComponentModel.DataAnnotations.Schema;
namespace Disco.Models.Repository namespace Disco.Models.Repository
-3
View File
@@ -1,7 +1,4 @@
using System; using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema; using System.ComponentModel.DataAnnotations.Schema;
@@ -1,7 +1,4 @@
using System; using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema; using System.ComponentModel.DataAnnotations.Schema;
@@ -1,7 +1,4 @@
using System; using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema; using System.ComponentModel.DataAnnotations.Schema;
+1 -4
View File
@@ -1,7 +1,4 @@
using System; using System.Collections.Generic;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema; using System.ComponentModel.DataAnnotations.Schema;
+1 -4
View File
@@ -1,7 +1,4 @@
using System; using System.Collections.Generic;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations;
namespace Disco.Models.Repository namespace Disco.Models.Repository
@@ -1,9 +1,5 @@
using System; using System.Collections.Generic;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Disco.Models.Repository namespace Disco.Models.Repository
{ {
@@ -1,10 +1,6 @@
using System; using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema; using System.ComponentModel.DataAnnotations.Schema;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Disco.Models.Repository namespace Disco.Models.Repository
{ {
@@ -1,10 +1,4 @@
using System; namespace Disco.Models.Repository
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Disco.Models.Repository
{ {
public enum JobQueuePriority : byte public enum JobQueuePriority : byte
{ {
@@ -1,9 +1,4 @@
using System; using System.ComponentModel.DataAnnotations;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Disco.Models.Repository namespace Disco.Models.Repository
{ {
-2
View File
@@ -1,7 +1,5 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema; using System.ComponentModel.DataAnnotations.Schema;
+1 -5
View File
@@ -1,8 +1,4 @@
using System; using System.ComponentModel.DataAnnotations;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema; using System.ComponentModel.DataAnnotations.Schema;
namespace Disco.Models.Repository namespace Disco.Models.Repository
@@ -1,8 +1,5 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Disco.Models.Services.Devices.Importing namespace Disco.Models.Services.Devices.Importing
{ {
@@ -1,9 +1,5 @@
using System; using System.Collections.Generic;
using System.Collections.Generic;
using System.Data; using System.Data;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Disco.Models.Services.Devices.Importing namespace Disco.Models.Services.Devices.Importing
{ {
@@ -1,6 +1,5 @@
using Disco.Models.Exporting; using Disco.Models.Exporting;
using Disco.Models.Repository; using Disco.Models.Repository;
using Disco.Models.Services.Jobs.JobLists;
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
@@ -1,8 +1,4 @@
using System; using System.Collections.Generic;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Disco.Models.Services.Jobs.JobLists namespace Disco.Models.Services.Jobs.JobLists
{ {
@@ -1,8 +1,4 @@
using System; using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Disco.Models.Services.Jobs.Noticeboards namespace Disco.Models.Services.Jobs.Noticeboards
{ {
@@ -1,9 +1,6 @@
using Disco.Models.Repository; using Disco.Models.Repository;
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Disco.Models.Services.Searching namespace Disco.Models.Services.Searching
{ {
@@ -1,10 +1,4 @@
using System; namespace Disco.Models.Services.Searching
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Disco.Models.Services.Searching
{ {
public interface ISearchResultItem public interface ISearchResultItem
{ {
@@ -1,8 +1,4 @@
using System; using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Disco.Models.Services.Searching namespace Disco.Models.Services.Searching
{ {
@@ -1,9 +1,6 @@
using Disco.Models.Repository; using Disco.Models.Repository;
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Disco.Models.Services.Searching namespace Disco.Models.Services.Searching
{ {
+1 -7
View File
@@ -1,10 +1,4 @@
using System; namespace Disco.Models.UI
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Disco.Models.UI
{ {
public interface BaseUIModel public interface BaseUIModel
{ {
@@ -1,10 +1,4 @@
using System; namespace Disco.Models.UI.Config.AuthorizationRole
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Disco.Models.UI.Config.AuthorizationRole
{ {
public interface ConfigAuthorizationRoleCreateModel : BaseUIModel public interface ConfigAuthorizationRoleCreateModel : BaseUIModel
{ {
@@ -1,9 +1,5 @@
using Disco.Models.Services.Authorization; using Disco.Models.Services.Authorization;
using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Disco.Models.UI.Config.AuthorizationRole namespace Disco.Models.UI.Config.AuthorizationRole
{ {
@@ -1,9 +1,4 @@
using Disco.Models.Services.Authorization; using Disco.Models.Services.Authorization;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Disco.Models.UI.Config.AuthorizationRole namespace Disco.Models.UI.Config.AuthorizationRole
{ {
@@ -1,10 +1,4 @@
using System; namespace Disco.Models.UI.Config.DeviceBatch
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Disco.Models.UI.Config.DeviceBatch
{ {
public interface ConfigDeviceBatchCreateModel : BaseUIModel public interface ConfigDeviceBatchCreateModel : BaseUIModel
{ {
@@ -1,8 +1,4 @@
using System; using System.Collections.Generic;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Disco.Models.UI.Config.DeviceBatch namespace Disco.Models.UI.Config.DeviceBatch
{ {
@@ -1,9 +1,5 @@
using System; using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Disco.Models.UI.Config.DeviceBatch namespace Disco.Models.UI.Config.DeviceBatch
{ {
@@ -1,10 +1,4 @@
using System; namespace Disco.Models.UI.Config.DeviceBatch
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Disco.Models.UI.Config.DeviceBatch
{ {
public interface ConfigDeviceBatchShowModelMembership : BaseUIModel public interface ConfigDeviceBatchShowModelMembership : BaseUIModel
{ {
@@ -1,10 +1,4 @@
using System; namespace Disco.Models.UI.Config.DeviceBatch
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Disco.Models.UI.Config.DeviceBatch
{ {
public interface ConfigDeviceBatchTimelineModel : BaseUIModel public interface ConfigDeviceBatchTimelineModel : BaseUIModel
{ {
@@ -1,8 +1,4 @@
using System; using System.Collections.Generic;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Disco.Models.UI.Config.DeviceModel namespace Disco.Models.UI.Config.DeviceModel
{ {
@@ -1,8 +1,4 @@
using System; using System.Collections.Generic;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Disco.Models.UI.Config.DeviceModel namespace Disco.Models.UI.Config.DeviceModel
{ {
@@ -1,10 +1,4 @@
using System; namespace Disco.Models.UI.Config.DeviceModel
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Disco.Models.UI.Config.DeviceModel
{ {
public interface ConfigDeviceModelIndexModelItem public interface ConfigDeviceModelIndexModelItem
{ {
@@ -1,10 +1,4 @@
using System; namespace Disco.Models.UI.Config.DeviceProfile
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Disco.Models.UI.Config.DeviceProfile
{ {
public interface ConfigDeviceProfileCreateModel : BaseUIModel public interface ConfigDeviceProfileCreateModel : BaseUIModel
{ {
@@ -1,8 +1,4 @@
using System; using System.Collections.Generic;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Disco.Models.UI.Config.DeviceProfile namespace Disco.Models.UI.Config.DeviceProfile
{ {
@@ -1,8 +1,4 @@
using System; using System.Collections.Generic;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Disco.Models.UI.Config.DeviceProfile namespace Disco.Models.UI.Config.DeviceProfile
{ {
@@ -1,8 +1,4 @@
using System; using System.Collections.Generic;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Disco.Models.UI.Config.DocumentTemplate namespace Disco.Models.UI.Config.DocumentTemplate
{ {
@@ -1,10 +1,4 @@
using System; namespace Disco.Models.UI.Config.DocumentTemplate
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Disco.Models.UI.Config.DocumentTemplate
{ {
public interface ConfigDocumentTemplateImportStatusModel : BaseUIModel public interface ConfigDocumentTemplateImportStatusModel : BaseUIModel
{ {
@@ -1,8 +1,4 @@
using System; using System.Collections.Generic;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Disco.Models.UI.Config.DocumentTemplate namespace Disco.Models.UI.Config.DocumentTemplate
{ {
@@ -1,10 +1,4 @@
using System; namespace Disco.Models.UI.Config.Enrolment
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Disco.Models.UI.Config.Enrolment
{ {
public interface ConfigEnrolmentStatusModel : BaseUIModel public interface ConfigEnrolmentStatusModel : BaseUIModel
{ {
@@ -1,10 +1,4 @@
using System; namespace Disco.Models.UI.Config.JobQueue
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Disco.Models.UI.Config.JobQueue
{ {
public interface ConfigJobQueueCreateModel : BaseUIModel public interface ConfigJobQueueCreateModel : BaseUIModel
{ {
@@ -1,9 +1,5 @@
using Disco.Models.Services.Jobs.JobQueues; using Disco.Models.Services.Jobs.JobQueues;
using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Disco.Models.UI.Config.JobQueue namespace Disco.Models.UI.Config.JobQueue
{ {
@@ -1,10 +1,4 @@
using System; namespace Disco.Models.UI.Config.Logging
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Disco.Models.UI.Config.Logging
{ {
public interface ConfigLoggingIndexModel : BaseUIModel public interface ConfigLoggingIndexModel : BaseUIModel
{ {
@@ -1,8 +1,4 @@
using System; using System.Collections.Generic;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Disco.Models.UI.Device namespace Disco.Models.UI.Device
{ {
+1 -7
View File
@@ -1,10 +1,4 @@
using System; namespace Disco.Models.UI.Device
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Disco.Models.UI.Device
{ {
public interface DeviceImportModel : BaseUIModel public interface DeviceImportModel : BaseUIModel
{ {
+1 -7
View File
@@ -1,10 +1,4 @@
using System; namespace Disco.Models.UI.Device
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Disco.Models.UI.Device
{ {
public interface DeviceIndexModel : BaseUIModel public interface DeviceIndexModel : BaseUIModel
{ {
+1 -6
View File
@@ -1,9 +1,4 @@
using System; using System.Collections.Generic;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Disco.Models.UI.Job namespace Disco.Models.UI.Job
{ {
+1 -7
View File
@@ -1,10 +1,4 @@
using System; namespace Disco.Models.UI.User
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Disco.Models.UI.User
{ {
public interface UserIndexModel : BaseUIModel public interface UserIndexModel : BaseUIModel
{ {
@@ -11,7 +11,6 @@ using System.Collections.Generic;
using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations;
using System.Data; using System.Data;
using System.Data.Entity; using System.Data.Entity;
using System.IO;
using System.Linq; using System.Linq;
namespace Disco.Services.Devices.Exporting namespace Disco.Services.Devices.Exporting
@@ -6,7 +6,6 @@ using Disco.Services.Logging;
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Data; using System.Data;
using System.Data.Entity;
using System.Globalization; using System.Globalization;
using System.Linq; using System.Linq;
@@ -1,9 +1,7 @@
using Disco.Data.Repository; using Disco.Data.Repository;
using Disco.Data.Repository.Monitor; using Disco.Data.Repository.Monitor;
using Disco.Models.Repository; using Disco.Models.Repository;
using Disco.Models.Services.Documents;
using Disco.Models.Services.Interop.ActiveDirectory; using Disco.Models.Services.Interop.ActiveDirectory;
using Disco.Services.Expressions;
using Disco.Services.Interop.ActiveDirectory; using Disco.Services.Interop.ActiveDirectory;
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
@@ -1,9 +1,7 @@
using Disco.Data.Repository; using Disco.Data.Repository;
using Disco.Data.Repository.Monitor; using Disco.Data.Repository.Monitor;
using Disco.Models.Repository; using Disco.Models.Repository;
using Disco.Models.Services.Documents;
using Disco.Models.Services.Interop.ActiveDirectory; using Disco.Models.Services.Interop.ActiveDirectory;
using Disco.Services.Expressions;
using Disco.Services.Interop.ActiveDirectory; using Disco.Services.Interop.ActiveDirectory;
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
@@ -1,6 +1,5 @@
using System.Collections; using System.Collections;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq;
namespace Disco namespace Disco
{ {
@@ -1,7 +1,6 @@
using Disco.Models.Repository; using Disco.Models.Repository;
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.DirectoryServices;
using System.Linq; using System.Linq;
using System.Security.Principal; using System.Security.Principal;
using System.Text; using System.Text;
@@ -1,14 +1,11 @@
using Disco.Models.Repository; using Disco.Models.Repository;
using Disco.Services.Interop.ActiveDirectory; using Disco.Services.Interop.ActiveDirectory;
using DocumentFormat.OpenXml.Vml.Office;
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.DirectoryServices; using System.DirectoryServices;
using System.DirectoryServices.ActiveDirectory; using System.DirectoryServices.ActiveDirectory;
using System.IO;
using System.Linq; using System.Linq;
using System.Net.NetworkInformation; using System.Net.NetworkInformation;
using ZXing;
namespace Disco.Services namespace Disco.Services
{ {
-1
View File
@@ -3,7 +3,6 @@ using Disco.Models.Services.Interop.DiscoServices;
using Disco.Services.Interop.DiscoServices; using Disco.Services.Interop.DiscoServices;
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Configuration.Assemblies;
using System.IO; using System.IO;
using System.IO.Compression; using System.IO.Compression;
using System.Linq; using System.Linq;
@@ -4,7 +4,6 @@ using Disco.Models.Services.Users.Contact;
using Disco.Services.Plugins.Features.DetailsProvider; using Disco.Services.Plugins.Features.DetailsProvider;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
using ZXing;
namespace Disco.Services.Users.Contact namespace Disco.Services.Users.Contact
{ {
@@ -1,9 +1,8 @@
using System; using Disco.Models.BI.Config;
using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Text;
using System.Web.Mvc; using System.Web.Mvc;
using Disco.Models.BI.Config;
namespace Disco.Web.Extensions namespace Disco.Web.Extensions
{ {
@@ -1,7 +1,6 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Text;
using System.Web.Mvc; using System.Web.Mvc;
using Disco.Services.Plugins; using Disco.Services.Plugins;
@@ -1,7 +1,4 @@
using System; using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Disco.Web.Extensions namespace Disco.Web.Extensions
{ {
@@ -1,7 +1,5 @@
using System; using System.Collections.Generic;
using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Text;
using System.Web.Mvc; using System.Web.Mvc;
using Disco.Models.Repository; using Disco.Models.Repository;
@@ -1,7 +1,5 @@
using System; using System.Collections.Generic;
using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Text;
using System.Web.Mvc; using System.Web.Mvc;
using Disco.Models.Repository; using Disco.Models.Repository;
@@ -1,7 +1,5 @@
using System; using System.Collections.Generic;
using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Text;
using System.Web.Mvc; using System.Web.Mvc;
using Disco.Models.Repository; using Disco.Models.Repository;
@@ -1,7 +1,5 @@
using System; using System.Collections.Generic;
using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Text;
using System.Web.Mvc; using System.Web.Mvc;
using Disco.Models.Repository; using Disco.Models.Repository;
@@ -1,7 +1,5 @@
using System; using System.Collections.Generic;
using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Text;
using Disco.Models.Repository; using Disco.Models.Repository;
using System.Web.Mvc; using System.Web.Mvc;

Some files were not shown because too many files have changed in this diff Show More