Exemplo n.º 1
0
 public CertificateDto GetCertificateById(int id)
 {
     return(ToClientDto(_certificateRepository.GetInstanceById(id)));
 }