Exemplo n.º 1
0
 public List <int> GetCasesPerDayLastWeek()
 {
     try
     {
         return(CaseRepository.FindCasesPerDayLastWeek());
     }
     catch (Exception)
     {
         throw;
     }
 }