コード例 #1
0
 public List <Order> GetOrderDataById(int id)
 {
     return(_dataSet.GetOrderDataById(id));
 }