1public interface IOrder 2{ 3 DateTime Purchased { get; } 4 decimal Cost { get; } 5}
View as plain text