コード例 #1
0
 public AnOrder()
 {
     OrderLines  = new HashSet <IOrderLine>();
     Notes       = new HashSet <IOrderNote>();
     Concurrency = new ConcurrencyInfo();
 }
コード例 #2
0
 public AuditInfo()
 {
     Concurrency = new ConcurrencyInfo();
 }
コード例 #3
0
 public AuditInfo()
 {
     Concurrency = new ConcurrencyInfo();
 }