using AyCode.Interfaces.ServiceProviders; namespace TIAM.Entities.ServiceProviders; public interface ICompanyBase : IAcCompanyBase { }