Ejemplo n.º 1
0
 public ViewProductLifeCycleModel GetProductLifeCycle(string barcode)
 {
     return(_iInventoryGateway.GetProductLifeCycle(barcode));
 }