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