コード例 #1
0
 public int GetOrderById(int tableid)
 {
     return(dal.GetOrderById(tableid));
 }