Example #1
0
 public IList <HourTurn> List(int campId, DateTime fromDate, DateTime toDate)
 {
     try
     {
         return(turnRepository.List(campId, fromDate, toDate));
     }
     catch
     {
         throw;
     }
 }