コード例 #1
0
 public List <Order> GetOrdersByOwnerId(string ownerid)
 {
     return(MysqlClient.GetOrdersByOwnerIdInMysql(ownerid));
 }