Ejemplo n.º 1
0
 public List <Shelf> GetbyCustItem(int custid, int itemid)
 {
     return(_shelfRepository.GetbyCustItem(custid, itemid));
 }