using AyCode.Interfaces.ServiceProviders;
namespace Mango.Interfaces.Companies;
public interface ICompanyBase : IAcServiceProviderBase
{
}