Пример #1
0
 public override DoctorUser GetByid(int id)
 {
     return(doctorRepository.GetByid(id));
 }