コード例 #1
0
 def getUsersParkingSells(self, userid):
     parking_data = ParkingData()
     return parking_data.getUsersSells(userid)