[Serializable]
public class Order {
public int Id { get; set; }
public decimal Amount { get; set; }
public string CustomerCode { get; set; }
}
