using System; using System.Collections.Generic; namespace NikiforovaMV.Models; public partial class Orderandsupply { public int Id { get; set; } public string Orderhistory { get; set; } = null!; public string Deliveryhistory { get; set; } = null!; }