示例#1
0
 public void InsertShelf(Shelf shelf)
 {
     _shelfRepository.InsertShelf(shelf);
     return;
 }