Esempio n. 1
0
 public IActionResult GetByDoctor(int id)
 {
     return(Ok(_bookingRepo.GetByDoctor(id)));
 }