diff --git a/Interfaces/IXTermsAndConditionsController.cs b/Interfaces/IXTermsAndConditionsController.cs index fc4e357..f2d4826 100644 --- a/Interfaces/IXTermsAndConditionsController.cs +++ b/Interfaces/IXTermsAndConditionsController.cs @@ -1,8 +1,3 @@ -using System.Collections.Generic; -using System.Threading; -using System.Threading.Tasks; -using Microsoft.AspNetCore.Mvc; -using xModels.Base; using xStringService.Interfaces; namespace xTermsAndConditionsService.Interfaces diff --git a/Interfaces/IXTermsAndConditionsProvider.cs b/Interfaces/IXTermsAndConditionsProvider.cs index cc13dcc..485431b 100644 --- a/Interfaces/IXTermsAndConditionsProvider.cs +++ b/Interfaces/IXTermsAndConditionsProvider.cs @@ -1,7 +1,3 @@ -using System.Collections.Generic; -using System.Threading; -using System.Threading.Tasks; -using xIdentityModels.Models; using xStringService.Interfaces; namespace xTermsAndConditionsService.Interfaces