Ejemplo n.º 1
0
 private List <Visit> FindVisits()
 {
     return(_visitService.FindAllByPatientAndRange(_selectedPatient, VisitDateFrom.Value, VisitDateTo.Value, (VisitCategory)VisitCategoriyComboBox.SelectedItem));
 }