Ejemplo n.º 1
0
 public List <KendoEntity> GetProfessionalScheduleById(int id, int month, int year)
 {
     return(professionalRepository.GetProfessionalMonthlyAppointments(id, month, year));
     // return new List<KendoEntity>{new KendoEntity{OwnerID="2", IsAllDay=false,Title="My Meeting",Description="Testing 123",Start=DateTime.Now.ToString(),End=DateTime.Now.AddMinutes(30).ToString(),TaskID="4"}};
 }