Beispiel #1
0
 public static bool CheckTitle(string title)
 {
     return(ProblemDao.IfProblemExists(title));
 }