Esempio n. 1
0
 public ActionResult <List <AppointmentSlot> > Get(int id)
 {
     repo = new SqlConnectionClass();
     repo.Read();
     return(repo.data);
 }