using System;
namespace BlueWest.WebApi.EF;
[AttributeUsage(AttributeTargets.Property)]
public class EfGetManyAttribute : Attribute
{
public EfGetManyAttribute(Type returnType, string keyMemberName)
}