示例#1
0
 public int GetCountOfSevenDays()
 {
     try
     {
         return(CaseRepository.FindCasesInLastSevenDays());
     }
     catch (Exception)
     {
         throw;
     }
 }