Exemple #1
0
 public AdjustRequestInfo()
 {
     Stock       = new StockInfo();
     InvoiceInfo = new AdjustRequestInvoiceInfo();
 }
Exemple #2
0
 public ShiftRequestInfo()
 {
     SourceStock = new StockInfo();
     TargetStock = new StockInfo();
 }