Exemple #1
0
 public ProductSale GetProductByPLU(string PLU)
 {
     return(_salesServices.GetProductByPLU(PLU));
 }