Example #1
0
 public bool Destroy(object IdEvento)
 {
     return(PnEvento.Destroy(IdEvento) == 1);
 }