Content deleted Content added
m This NoticeSent is should to be true so match with the example above |
|||
Line 308:
//.. in the Invoice partial class:
public bool ShouldSendToCollection { get { return currentInvoice.OverDue && currentInvoice.NoticeSent
public void SendToCollectionIfNecessary()
|