From 6c2d1a7e0080d5177e7aeb391068ad849cc5af00 Mon Sep 17 00:00:00 2001 From: Hadi Khazaee Asl Date: Sat, 6 Jun 2026 00:16:35 +0330 Subject: [PATCH] last ... --- Interfaces/IXTermsAndConditionsController.cs | 5 ----- Interfaces/IXTermsAndConditionsProvider.cs | 4 ---- 2 files changed, 9 deletions(-) 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