using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace CAPI.Custom.Domain.Quotes { public class BuyoutSupplierEvent { public int QuoteId { get; set; } public int BuyoutSupplierId { get; set; } } }