Esempio n. 1
0
 public DoctorUser GetByid(int id)
 {
     return(doctorService.GetByid(id));
 }