示例#1
0
 public virtual Shelf LoadShelf(String code)
 {
     return(entityDao.LoadShelf(code));
 }