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