Пример #1
0
 public CertificationDto GetByName(string name, int certificateID)
 {
     return(repo.GetByName(name, certificateID));
 }