Esempio n. 1
0
 public static bool DeleteIntoPhone(int ID)
 {
     return(PhoneDAO.DeleteIntoPhone(ID));
 }