public StockBatchView create(StockBatchStorage lot)
 {
     return(Projection.Compile().Invoke(lot));
 }
Esempio n. 2
0
 public StockLotStorageView Create(StockBatchStorage lotStorage)
 {
     return(Projection.Compile().Invoke(lotStorage));
 }