コード例 #1
0
ファイル: OrderInfoBll.cs プロジェクト: jackcnn/WinformCater
 public int GetOrderId(int tableId)
 {
     return(oiDal.GetOrderId(tableId));
 }