示例#1
0
 public virtual void CreateShelf(Shelf entity)
 {
     entityDao.CreateShelf(entity);
 }