This commit is contained in:
2026-05-30 00:40:38 +03:30
parent d4ea1d63cf
commit 672de1e720
3 changed files with 3 additions and 7 deletions
@@ -2,7 +2,7 @@ using System.Collections.Generic;
using xDataService.Constants; using xDataService.Constants;
using xStringService.Models.Dtos; using xStringService.Models.Dtos;
namespace xTermsAndConditionsService.Configuration namespace xTermsAndConditionsService.Configurations
{ {
/// <summary> /// <summary>
/// Terms and Conditions Configuration ... /// Terms and Conditions Configuration ...
+1 -1
View File
@@ -9,7 +9,7 @@ using xExceptions.Constants;
using xPushService.DI; using xPushService.DI;
using xPushService.Helpers; using xPushService.Helpers;
using xStringService.Interfaces.Dtos; using xStringService.Interfaces.Dtos;
using xTermsAndConditionsService.Configuration; using xTermsAndConditionsService.Configurations;
using xTermsAndConditionsService.Constants; using xTermsAndConditionsService.Constants;
using xTermsAndConditionsService.Hubs; using xTermsAndConditionsService.Hubs;
using xTermsAndConditionsService.Interfaces; using xTermsAndConditionsService.Interfaces;
+1 -5
View File
@@ -1,10 +1,6 @@
using System;
using System.Linq;
using System.Reflection;
using xCommons.Extensions;
using xStringService.Interfaces.Dtos; using xStringService.Interfaces.Dtos;
using xStringService.Providers; using xStringService.Providers;
using xTermsAndConditionsService.Configuration; using xTermsAndConditionsService.Configurations;
using xTermsAndConditionsService.Interfaces; using xTermsAndConditionsService.Interfaces;
namespace xTermsAndConditionsService.Providers namespace xTermsAndConditionsService.Providers