public AnOrder()
 {
     OrderLines  = new HashSet <IOrderLine>();
     Notes       = new HashSet <IOrderNote>();
     Concurrency = new ConcurrencyInfo();
 }
Beispiel #2
0
 public AuditInfo()
 {
     Concurrency = new ConcurrencyInfo();
 }
 public AuditInfo()
 {
     Concurrency = new ConcurrencyInfo();
 }