Esempio n. 1
0
 public AdjustRequestInfo()
 {
     Stock       = new StockInfo();
     InvoiceInfo = new AdjustRequestInvoiceInfo();
 }
Esempio n. 2
0
 public ShiftRequestInfo()
 {
     SourceStock = new StockInfo();
     TargetStock = new StockInfo();
 }