コード例 #1
0
 public static void delete(Contact c)
 {
     db.delete(c);
 }