예제 #1
0
파일: wineshop.py 프로젝트: xsauce/wineprj
 def get_val_list(self):
     return PaySort.value_list()
예제 #2
0
파일: wineshop.py 프로젝트: xsauce/wineprj
 def value(self, display):
     return PaySort.get_value(display)
예제 #3
0
파일: wineshop.py 프로젝트: xsauce/wineprj
 def get_all_sort(self):
     return PaySort.select()