Esempio n. 1
0
 public int DeleteData(string ID)
 {
     return(da.DeleteData(ID));
 }