コード例 #1
0
 public Odontograma ObterOdontogramaPorId(int id)
 {
     return(_repository.ObterOdontogramaPorId(id));
 }