Exemplo n.º 1
0
 public bool Delete(int id)
 {
     return(link.Certification_Delete(id) > 0);
 }