Ejemplo n.º 1
0
 public ICollection <ViewProduct> GetReceivedProductBarcodeById(long inventoryId)
 {
     return(_iInventoryGateway.GetReceivedProductBarcodeById(inventoryId));
 }