Пример #1
0
 public static bool Contact_Update(Contact data)
 {
     return(db.Contact_Update(data));
 }