示例#1
0
 public List <Shelf> GetbyCustomer(int custid)
 {
     return(_shelfRepository.GetbyCustomer(custid));
 }