namespace BlueWest.WebApi.Context;
public class AttributeNavigation<T>
{
object HasForeignKey<TDependentEntity>(
Expression<Func<TDependentEntity, object?>> foreignKeyExpression)
}