Exemple #1
0
 public IEnumerable <FallDown_HiScore> GetNScores(int n)
 {
     return(CarloniusRepository.GetScores(n));
 }
 public IEnumerable <FallDown_GetNHiScores_Result> GetNScores(string n)
 {
     return(CarloniusRepository.GetScores(Convert.ToInt32(n)));
 }