10 lines
290 B
C#
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
|
|
{ }
|
|
} |