Example #1
0
 public IEnumerable <Montaza> Get(DateTime date)
 {
     return(_jobRepository.GetCalandearEventsForSpecificDate(date));
 }