Esempio n. 1
0
 public Product SelectProduct(int itemId)
 {
     return(ProductRepo.FirstOrDefault(p => p.ItemNumber == itemId));
 }