Beispiel #1
0
 public Exames Read(Guid id)
 {
     return(_ExameRepository.Read(id));
 }