AyCode.Core/AyCode.Interfaces/ServiceProviders/IAcCompanyForeignKey.cs

8 lines
184 B
C#

using AyCode.Core.Interfaces;
namespace AyCode.Interfaces.ServiceProviders;
public interface IAcCompanyForeignKey : IForeignKey
{
public Guid ServiceProviderId { get; set; }
}