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