예제 #1
0
 public int GetProblemsCount()
 {
     try
     {
         return(_problemRepository.GetProblemsCount());
     }
     catch (Exception ex)
     {
         return(0);
     }
 }