示例#1
0
 public List <string> SetTournamentStateToChoice()
 {
     return(ConstantDataHelper.TournamentStageList());
 }
示例#2
0
 public List <string> SetWeightCategoriesToChoice()
 {
     return(ConstantDataHelper.WeightCategoryList());
 }
示例#3
0
 public List <string> SetColleguesToChoice()
 {
     return(ConstantDataHelper.ColleaguesList());
 }