Exemplo n.º 1
0
 protected override void OnSaving()
 {
     base.OnSaving();
     if (ContactRecords != null)
     {
         LastContactRecord = ContactRecords.OrderByDescending(r => r.dt_NextDate).FirstOrDefault();
     }
 }