Ejemplo n.º 1
0
 public static bool Contact_Insert(Contact data)
 {
     return(db.Contact_Insert(data));
 }