Пример #1
0
 public static bool Contact_Delete(string Id)
 {
     return(db.Contact_Delete(Id));
 }