Exemplo n.º 1
0
 private void InitializeDoctors()
 {
     _doctors = _service.GetDoctors().ToList();
 }