Ejemplo n.º 1
0
 public Item SearchItemById(int id)
 {
     return(itemDataAccess.SearchItemById(id));
 }