Esempio n. 1
0
 public static bool UpdateIntoPhone(Phone phone)
 {
     return(PhoneDAO.UpdateIntoPhone(phone));
 }