Esempio n. 1
0
 public static void UpdateNote(string ID, string body, string tel, string phoneType, string contactor, string contactorType, string contractResult)
 {
     NoteDAL.UpdateNote(ID, body, tel, phoneType, contactor, contactorType, contractResult);
 }
Esempio n. 2
0
 public static string UpdateNote(object[] param)
 {
     NoteDAL obj = new NoteDAL();
        return obj.UpdateNote(param, "exit");
 }
Esempio n. 3
0
 public static void UpdateNote(string ID, string body)
 {
     NoteDAL.UpdateNote(ID, body);
 }