Ejemplo n.º 1
0
 private void Clear()
 {
     var _productStockReport = new ProductStockReport();
 }
Ejemplo n.º 2
0
 public ProductStockReportBuilder(IEnumerable <Product> product)
 {
     this._products           = product;
     this._productStockReport = new ProductStockReport();
 }