using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc; using xModels.Base; using xStringService.Interfaces; namespace xTermsAndConditionsService.Interfaces { /// /// an Interface for Describing Terms and Conditions Management Controller Actions ... /// public interface IXTermsAndConditionsController : IXBaseResourceProviderController { } }