Пример #1
0
 public Certificado ObterPorId(int id)
 {
     return(_certificadoRepository.ObterPorId(id));
 }