コード例 #1
0
 public Order GetOrderByStatus(string status)
 {
     return(oDb.GetOrderByStatus(status));
 }