示例#1
0
 public List <MedicoDataDTO> FindAll()
 {
     return(_MedicoBD.GetMedico().ToList());
 }