Exemple #1
0
 public Shelf GetById(int shelfid)
 {
     return(_shelfRepository.GetById(shelfid));
 }