Exemplo n.º 1
0
 public IList <EntityViews.Visit> ListVisits(Guid patientId)
 {
     return(_visitRepository.FindVisits(patientId));
 }