Ejemplo n.º 1
0
 // GET: api/Calendar/5
 public List <DateTime> Get(int id)
 {
     return(CalendarManager.GetDates());
 }