Files
xTermsAndConditionsService/Interfaces/IXTermsAndConditionsController.cs
2026-06-06 00:16:35 +03:30

10 lines
308 B
C#

using xStringService.Interfaces;
namespace xTermsAndConditionsService.Interfaces
{
/// <summary>
/// an Interface for Describing Terms and Conditions Management Controller Actions ...
/// </summary>
public interface IXTermsAndConditionsController : IXBaseResourceProviderController
{ }
}