thank you,
what is the difference when using
item 1. public class OrderInfoCollection : IDisposable
and
item 2. public partial class OrderInfo : INotifyPropertyChanged
because most of the examples are only using the item 2? what is the benefits of adding the item 1?