コード例 #1
0
 public Order Get(string id)
 {
     return(MysqlClient.GetOrderByIdInMysql(id));
 }