Esempio n. 1
0
 public bool Exists(string certificateName, int id)
 {
     return(repo.Exists(certificateName, id));
 }