示例#1
0
 public static bool InsertIntoPhone(Phone phone)
 {
     return(PhoneDAO.InsertIntoPhone(phone));
 }