Beispiel #1
0
 public static List <Problem> GetProblems(int start_from, int len)
 {
     return(ProblemDao.GetProblems(start_from, len));
 }