Exemplo n.º 1
0
 public override PatientUser GetByid(int id)
 {
     return(patientsRepository.GetByid(id));
 }