예제 #1
0
 public ViewProductLifeCycleModel GetProductLifeCycle(string barcode)
 {
     return(_iInventoryGateway.GetProductLifeCycle(barcode));
 }