Exemple #1
0
 public List <Item> GetAll()
 {
     return(itemListRepo.GetAll());
 }