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

10 lines
290 B
C#

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