diff --git a/Controllers/XTermsAndConditionsControllerBase.cs b/Controllers/XTermsAndConditionsControllerBase.cs index c65030f..797ca6a 100644 --- a/Controllers/XTermsAndConditionsControllerBase.cs +++ b/Controllers/XTermsAndConditionsControllerBase.cs @@ -1,20 +1,10 @@ -using System; -using System.Collections.Generic; -using System.Threading; -using System.Threading.Tasks; using Microsoft.AspNetCore.Authorization; -using Microsoft.AspNetCore.Mvc; using Microsoft.Extensions.Logging; using xCommons.Configurations; -using xCommons.Extensions; using xCommons.Providers; -using xExceptions.Constants; -using xIdentityService.Controllers; using xIdentityService.Interfaces; -using xModels.Base; using xStringService.Controllers; using xTermsAndConditionsService.Interfaces; -using xTermsAndConditionsService.Providers; namespace xTermsAndConditionsService.Controllers {