示例#1
0
 public virtual IList <Shelf> GetAllShelf()
 {
     return(entityDao.GetAllShelf(false));
 }