Beispiel #1
0
 public IEnumerable <ProductLifeCycle> GetProductLifeCycles()
 {
     return(_stockRepository.AllProductLifeCycles());
 }