コード例 #1
0
ファイル: OrderInfoBll.cs プロジェクト: Susilen/Cater
 public int GetOIdByTId(int tableid)
 {
     return(_oiDal.GetOidByTId(tableid));
 }