コード例 #1
0
 def get(self):
     return get_records(self.model)
コード例 #2
0
 def get(self, id):
     return get_records(self.model, id)