예제 #1
0
파일: CardFile.cs 프로젝트: rtolik/StomV2
 private void FindPatientPhotos()
 {
     _photos = _photoService.FindAllByPatientIdAndDateRange(_selectedPatient.Id.Value, DateFrom.Value, DateTo.Value);
     RefreshPhotoGridData();
 }