コード例 #1
0
 public virtual LocationBinItemDetail LoadLocationBinItemDetail(Int32 id)
 {
     return(entityDao.LoadLocationBinItemDetail(id));
 }