Specification pattern: Difference between revisions

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 == false && currentInvoice.InCollection == false; }}
 
public void SendToCollectionIfNecessary()