Example #1
0
 public CertificateDto GetCertificate(int id)
 {
     return(certificateService.GetCertificateById(id));
 }