Ejemplo n.º 1
0
 private void btnDeleteDoctor_Click(object sender, RoutedEventArgs e)
 {
     doctorViewModel.DeleteDoctorExecute();
 }