using LiteCharms.Features.Shop.Customers.Entities; namespace LiteCharms.Features.Shop.Leads.Entities; [EntityTypeConfiguration] public class Lead : Models.Lead { public virtual Customer? Customer { get; set; } }