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