コード例 #1
0
 public virtual void DeleteTransportationBillDetail(Int32 id)
 {
     entityDao.DeleteTransportationBillDetail(id);
 }