using System.Collections;
namespace AyCode.Core.Interfaces;
public interface IForeignKey
{
}
public interface IForeignCollection<T> : IForeignCollection where T : IEnumerable
{}
public interface IForeignCollection