namespace WineTrackerWebApi.Models.Shipment { public class AddCustomerToShipment { public string CustomerId { get; set; } public List Wines { get; set; } } }