Ejemplo n.º 1
0
 public IList <Calendar> GetCalendarListByDateRange(DateTime startDate, DateTime endDate, string CustomCode)
 {
     return(calendarRepository.GetCalendarListByDateRange(startDate, endDate, CustomCode));
 }