Exemple #1
0
 public Item GetById(int id)
 {
     return(itemListRepo.Get(id));
 }