namespace AyCode.Interfaces.ServiceProviders;
public interface IAcCompanyForeignKey
{
public Guid ServiceProviderId { get; set; }
}