Esempio n. 1
0
 public bool Delete(object IdAreaTematica)
 {
     return(RisAreaTematica.Delete(IdAreaTematica) == 1);
 }