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